From ce99b2f2a666bf358baaf8f8204367b472fc45f8 Mon Sep 17 00:00:00 2001 From: Soispha Date: Wed, 25 Oct 2023 15:46:03 +0200 Subject: fix(hm/conf/lf/cmds/mk_scr_temp): Set the interpreter to 'sh' --- hm/soispha/conf/lf/commands/scripts/mk_scr_temp | 1 + 1 file changed, 1 insertion(+) (limited to 'hm/soispha/conf/lf/commands/scripts/mk_scr_temp') diff --git a/hm/soispha/conf/lf/commands/scripts/mk_scr_temp b/hm/soispha/conf/lf/commands/scripts/mk_scr_temp index 9d38c3f5..0bf141d9 100755 --- a/hm/soispha/conf/lf/commands/scripts/mk_scr_temp +++ b/hm/soispha/conf/lf/commands/scripts/mk_scr_temp @@ -24,6 +24,7 @@ done script="$(pwd)"/"$name" sed 's|%TO_BE_SHELL_LIBRARY_PATH|%SHELL_LIBRARY_PATH|' "%SHELL_LIBRARY_TEMPLATE" > "$script" +sed -i 's|dash|sh|' "$script" chmod +x "$script" "$VISUAL" "$script" -- cgit 1.4.1