X-Git-Url: https://git.grml.org/?p=grml-autoconfig.git;a=blobdiff_plain;f=autoconfig.functions;h=d8499aed808d91013e7d5fc7ab6027733c43f32b;hp=8b872af2a3b0caedd27d58c58173be1749f95ea7;hb=364ff29a35ee2eb3a8105fcf89a54887bee4f24b;hpb=332f67b877c94537ff591b99d5f08b32bef1ad63 diff --git a/autoconfig.functions b/autoconfig.functions index 8b872af..d8499ae 100755 --- a/autoconfig.functions +++ b/autoconfig.functions @@ -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"