about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-09-17 18:14:02 +0200
committerSoispha <soispha@vhack.eu>2023-09-17 18:18:01 +0200
commita47c598ba4b6940ecbb36aadc3b95a45cc76a877 (patch)
tree96c40237228c7e5c755e2125ed68222b29b04cf3
parentfix(hm/pkgs/scrs/wrappers/yti): Rework to today's standards (diff)
downloadnixos-config-a47c598ba4b6940ecbb36aadc3b95a45cc76a877.tar.gz
nixos-config-a47c598ba4b6940ecbb36aadc3b95a45cc76a877.zip
fix(hm/conf/lf/cmds/archive): Remove old `tmp` call
Diffstat (limited to '')
-rwxr-xr-xhm/soispha/conf/lf/commands/scripts/archive2
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=""