mirror of
https://github.com/StackExchange/blackbox.git
synced 2025-12-16 03:23:00 +02:00
resolution to past zeal with double quotes.
This commit is contained in:
@@ -20,8 +20,8 @@ function register_new_file() {
|
||||
exit 1
|
||||
fi
|
||||
|
||||
echo ========== PLAINFILE "$unencrypted_file"
|
||||
echo ========== ENCRYPTED "$encrypted_file"
|
||||
echo "========== PLAINFILE $unencrypted_file"
|
||||
echo "========== ENCRYPTED $encrypted_file"
|
||||
|
||||
fail_if_not_exists "$unencrypted_file" "Please specify an existing file."
|
||||
fail_if_exists "$encrypted_file" "Will not overwrite."
|
||||
|
||||
Reference in New Issue
Block a user