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/chmod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hm/soispha/conf/lf/commands/scripts/chmod') diff --git a/hm/soispha/conf/lf/commands/scripts/chmod b/hm/soispha/conf/lf/commands/scripts/chmod index 71e03e3c..95703681 100755 --- a/hm/soispha/conf/lf/commands/scripts/chmod +++ b/hm/soispha/conf/lf/commands/scripts/chmod @@ -7,7 +7,7 @@ readp "Mode bits: " bits while read -r file; do chmod "$bits" "$file" -done < "$(tmp "echo $fx")" +done < "$(tmp echo "$fx")" lf -remote 'send reload' # vim: ft=sh -- cgit 1.4.1