Fix code regression of checkbootparam
[grml-autoconfig.git] / grml-autoconfig
index 8c2ba7e..1686c63 100755 (executable)
@@ -63,7 +63,7 @@ CMDLINE="$(cat /proc/cmdline)"
 checkvalue $CONFIG_DEBUG && config_debug
 
 SPLASH=''
-if checkbootparam "textsplash" -o checkbootparam "tsplash"; then
+if checkbootparam "textsplash" || checkbootparam "tsplash"; then
   SPLASH=1
 fi