From 8fed30242db0c625ad4f959e2c31ea510256a8ce Mon Sep 17 00:00:00 2001 From: Soispha Date: Sat, 16 Sep 2023 14:23:24 +0200 Subject: fix(treewide): Update to new `tmp` function interface --- hm/soispha/conf/lf/commands/scripts/dragon_stay | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hm/soispha/conf/lf/commands/scripts/dragon_stay') diff --git a/hm/soispha/conf/lf/commands/scripts/dragon_stay b/hm/soispha/conf/lf/commands/scripts/dragon_stay index fdda1d15..cffda252 100755 --- a/hm/soispha/conf/lf/commands/scripts/dragon_stay +++ b/hm/soispha/conf/lf/commands/scripts/dragon_stay @@ -5,7 +5,7 @@ SHELL_LIBRARY_VERSION="1.4.2" . %SHELL_LIBRARY_PATH while read -r file; do set -- "$@" "$file"; -done < "$(tmp "echo '$fx'")" +done < "$(tmp echo "$fx")" dragon -a "$@" # vim: ft=sh -- cgit 1.4.1