config_vmware(): fix small syntax error
[grml-autoconfig.git] / autoconfig.functions
index 8b872af..d8499ae 100755 (executable)
@@ -388,7 +388,7 @@ if checkbootparam novmware ; then
    ewarn "Skipping running vmware specific stuff as requested on boot commandline." ; eend 0
 else
    if [ -z "$INSTALLED" ] ; then
-      if ! [ checkbootparam qemu ]; then
+      if ! checkbootparam qemu ; then
          if vmware-detect ; then
             if [ -r /etc/X11/xorg.conf.vmware ] ; then
                einfo "Copying /etc/X11/xorg.conf.vmware to /etc/X11/xorg.conf"