commit 3af4635f20bed50a9bef3a48ddbbdbd970f19cc9
parent b9e6d88896db2967ea29a251b678ba49c206d099
Author: ccx <root@dorje.wpr.cz>
Date: Mon, 29 Mar 2021 23:38:47 +0200
Fix shebang.
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/install b/install
@@ -30,14 +30,14 @@ qc=$q_package/command
# Rewrite dynamically generated scripts
"$cmd/s6-cat" >"$dst/init/scripts/rc.init" <<EOF || exit $?
-#!$sm_dst_package/command/execline -S1
+#!$sm_dst_package/command/execlineb -S1
export TERM "linux"
if { $qc/s6-rc-init -d -c $q_s6_rc/compiled /run/service }
$q_init/scripts/runlevel \$1
EOF
"$cmd/s6-cat" >"$dst/init/scripts/runlevel" <<EOF || exit $?
-#!$sm_dst_package/command/execline -S1
+#!$sm_dst_package/command/execlineb -S1
export TERM "linux"
# The requested runlevel is in "\$1" but currently ignored.