diff options
author | Soispha <soispha@vhack.eu> | 2023-09-17 18:14:02 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-09-17 18:18:01 +0200 |
commit | a47c598ba4b6940ecbb36aadc3b95a45cc76a877 (patch) | |
tree | 96c40237228c7e5c755e2125ed68222b29b04cf3 | |
parent | fix(hm/pkgs/scrs/wrappers/yti): Rework to today's standards (diff) | |
download | nixos-config-a47c598ba4b6940ecbb36aadc3b95a45cc76a877.tar.gz nixos-config-a47c598ba4b6940ecbb36aadc3b95a45cc76a877.zip |
fix(hm/conf/lf/cmds/archive): Remove old `tmp` call
Diffstat (limited to '')
-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="" |