From a47c598ba4b6940ecbb36aadc3b95a45cc76a877 Mon Sep 17 00:00:00 2001 From: Soispha Date: Sun, 17 Sep 2023 18:14:02 +0200 Subject: fix(hm/conf/lf/cmds/archive): Remove old `tmp` call --- hm/soispha/conf/lf/commands/scripts/archive | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hm') 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="" -- cgit 1.4.1