From: Michael Prokop Date: Sun, 25 Mar 2007 11:25:32 +0000 (+0200) Subject: config_vmware(): fix small syntax error X-Git-Tag: 0.6.24~2 X-Git-Url: https://git.grml.org/?p=grml-autoconfig.git;a=commitdiff_plain;h=364ff29a35ee2eb3a8105fcf89a54887bee4f24b config_vmware(): fix small syntax error --- 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" diff --git a/debian/changelog b/debian/changelog index 9bb8cd7..abca98c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +grml-autoconfig (0.6.24) unstable; urgency=low + + * config_vmware(): fix small syntax error. + + -- Michael Prokop Sun, 25 Mar 2007 13:25:15 +0200 + grml-autoconfig (0.6.23) unstable; urgency=low * Added config_qemu() which currently does nothing else than