[clean] Improve display for filenames with spaces

This commit is contained in:
Charles Prost
2015-03-19 10:59:37 +01:00
parent f78d25b004
commit a7b8c32da0
3 changed files with 6 additions and 6 deletions

View File

@@ -181,7 +181,7 @@ function decrypt_file() {
encrypted="$1"
unencrypted="$2"
echo "========== EXTRACTING $unencrypted"
echo '========== EXTRACTING ''"'$unencrypted'"'
old_umask=$(umask)
umask "$DECRYPT_UMASK"