mirror of
https://github.com/StackExchange/blackbox.git
synced 2025-12-15 19:13:01 +02:00
[clean] Improve display for filenames with spaces
This commit is contained in:
@@ -181,7 +181,7 @@ function decrypt_file() {
|
||||
encrypted="$1"
|
||||
unencrypted="$2"
|
||||
|
||||
echo "========== EXTRACTING $unencrypted"
|
||||
echo '========== EXTRACTING ''"'$unencrypted'"'
|
||||
|
||||
old_umask=$(umask)
|
||||
umask "$DECRYPT_UMASK"
|
||||
|
||||
Reference in New Issue
Block a user