resolution to past zeal with double quotes.

This commit is contained in:
Bob Example
2015-07-10 21:16:12 -04:00
parent 1d4edfaa10
commit 1d6d65af13
3 changed files with 18 additions and 17 deletions

View File

@@ -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."