commit 845d490d45fac0b32572d405874812b77765eadc
parent c6fa4736a524a56cd0a7b833e5900c0f62296aef
Author: ccx <ccx@te2000.cz>
Date: Mon, 18 Mar 2024 17:07:47 +0000
Remove extra $@ expansion
Diffstat:
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/sbin/ns_run_unshared b/sbin/ns_run_unshared
@@ -103,9 +103,6 @@ if { mount -o remount,ro dev }
# * umounts all undesired filesystems
# * execs into $@
importas -i -u NS_FINAL_SCRIPT NS_FINAL_SCRIPT
-runblock -P -r 1
-shift -b 1
-elgetpositionals
+runblock -r 1
emptyenv -c
execlineb -S0 -c $NS_FINAL_SCRIPT
-$@