config_vmware(): fix small syntax error
authorMichael Prokop <mika@grml.org>
Sun, 25 Mar 2007 11:25:32 +0000 (13:25 +0200)
committerMichael Prokop <mika@grml.org>
Sun, 25 Mar 2007 11:25:32 +0000 (13:25 +0200)
autoconfig.functions
debian/changelog

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
    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"
          if vmware-detect ; then
             if [ -r /etc/X11/xorg.conf.vmware ] ; then
                einfo "Copying /etc/X11/xorg.conf.vmware to /etc/X11/xorg.conf"
index 9bb8cd7..abca98c 100644 (file)
@@ -1,3 +1,9 @@
+grml-autoconfig (0.6.24) unstable; urgency=low
+
+  * config_vmware(): fix small syntax error.
+
+ -- Michael Prokop <mika@grml.org>  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
 grml-autoconfig (0.6.23) unstable; urgency=low
 
   * Added config_qemu() which currently does nothing else than