diff options
Diffstat (limited to 'hm')
-rwxr-xr-x | hm/soispha/conf/lf/commands/scripts/archive | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hm/soispha/conf/lf/commands/scripts/archive b/hm/soispha/conf/lf/commands/scripts/archive index 7459ee39..b25a4104 100755 --- a/hm/soispha/conf/lf/commands/scripts/archive +++ b/hm/soispha/conf/lf/commands/scripts/archive @@ -9,7 +9,7 @@ SHELL_LIBRARY_VERSION="1.4.2" . %SHELL_LIBRARY_PATH # times. set -f -archivers="$(tmp 'echo "gzip xz 7z zip"')"; +archivers="$(tmp echo gzip xz 7z zip)"; prompt "Archive name: " name="" |