about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rwxr-xr-xhm/soispha/conf/lf/commands/scripts/mk_scr_temp1
1 files changed, 1 insertions, 0 deletions
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"