summaryrefslogtreecommitdiffstats
path: root/init
diff options
context:
space:
mode:
Diffstat (limited to 'init')
-rw-r--r--init1
1 files changed, 1 insertions, 0 deletions
diff --git a/init b/init
index 3afc2aa..b0eed45 100644
--- a/init
+++ b/init
@@ -12,6 +12,7 @@ CMDLINE=$(/bin/cat /proc/cmdline)
for cmd in $CMDLINE; do
case "$cmd" in
+ [0123456Ss]) continue ;;
*=*) export "${cmd}" ;;
*) export "${cmd}=y" ;;
esac