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 30a4b32..8d7742b 100644
--- a/init
+++ b/init
@@ -20,6 +20,7 @@ for cmd in $CMDLINE; do
case "$cmd" in
[0123456Ss]) export runlevel="$cmd" ;;
single) export runlevel="S" ;; #some people use 'single'
+ *.*) ;; #do nothing if it contains a dot
*=*) export "${cmd}" ;;
*) export "${cmd}=y" ;;
esac