X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=autoconfig.functions;h=4a8b167619407add5dd8098ffc9a07a8beafd9e6;hb=82176e8c295445a537a0a60fc7f50c21229af400;hp=af3a117728cf00051a08da14bf731755392dbaac;hpb=b39d89f0db161916b1acbda58f99604f6f2d724d;p=grml-autoconfig.git diff --git a/autoconfig.functions b/autoconfig.functions index af3a117..4a8b167 100755 --- a/autoconfig.functions +++ b/autoconfig.functions @@ -185,7 +185,7 @@ VIRTUALBOX=false VMWARE=false if virt-what 2>/dev/null | grep -q 'vmware' || \ - imvirt 2>/dev/null | grep -i "vmware" ; then + imvirt 2>/dev/null | grep -iq "vmware" ; then VIRTUAL=true; VMWARE=true; VIRTUAL_ENV='VMware' fi