commit 85eeceadd85546a404865352f87409bdd1bcf678
parent 6edc55fc66f8c8a3ca8561ce35896509fff37382
Author: Jan Pobrislo <ccx@te2000.cz>
Date: Mon, 8 Dec 2025 06:33:43 +0000
Fix argument handling in execline scripts
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/lns-bind-chroot.in b/src/lns-bind-chroot.in
@@ -1,4 +1,4 @@
-#!shebang:execlineb -S1
+#!shebang:execlineb
elquote:multisubstitute {
importas -i 1 1 # require first argument
diff --git a/src/lns-tmpfs-chroot.in b/src/lns-tmpfs-chroot.in
@@ -1,4 +1,4 @@
-#!shebang:execlineb -S1
+#!shebang:execlineb
elquote:importas -i 1 1 # require first argument
elquote:shift -n 1 # remove first argument so we don't have to deal with it with runblock