Update $INSTALLED check to fix syntax error 0.7.14
authorMichael Prokop <mika@grml.org>
Tue, 4 Sep 2007 11:59:20 +0000 (13:59 +0200)
committerMichael Prokop <mika@grml.org>
Tue, 4 Sep 2007 11:59:20 +0000 (13:59 +0200)
autoconfig.functions
debian/changelog

index 5566b24..13fd9f4 100755 (executable)
@@ -4,7 +4,7 @@
 # Authors:       grml-team (grml.org), (c) Klaus Knopper <knopper@knopper.net>, (c) Michael Prokop <mika@grml.org>
 # Bug-Reports:   see http://grml.org/bugs/
 # License:       This file is licensed under the GPL v2.
 # Authors:       grml-team (grml.org), (c) Klaus Knopper <knopper@knopper.net>, (c) Michael Prokop <mika@grml.org>
 # Bug-Reports:   see http://grml.org/bugs/
 # License:       This file is licensed under the GPL v2.
-# Latest change: Die Sep 04 12:36:35 CEST 2007 [mika]
+# Latest change: Die Sep 04 13:58:35 CEST 2007 [mika]
 ################################################################################
 
 # {{{ path, variables, signals, umask, zsh
 ################################################################################
 
 # {{{ path, variables, signals, umask, zsh
@@ -96,7 +96,7 @@ CMDLINE="$(cat /proc/cmdline)"
 
 # {{{ Check if we are running from the grml-CD or HD
 INSTALLED=""
 
 # {{{ Check if we are running from the grml-CD or HD
 INSTALLED=""
-{ [ -e /GRML/etc/grml_cd ] || [ -r /etc/grml_cd ] } && INSTALLED="yes"
+[ -e /etc/grml_cd ] || INSTALLED="yes"
 
 # testcd
 TESTCD=""
 
 # testcd
 TESTCD=""
index 3464b0c..ce3c8e6 100644 (file)
@@ -1,3 +1,9 @@
+grml-autoconfig (0.7.14) unstable; urgency=low
+
+  * Update $INSTALLED check to fix syntax error.
+
+ -- Michael Prokop <mika@grml.org>  Tue,  4 Sep 2007 13:59:01 +0200
+
 grml-autoconfig (0.7.13) unstable; urgency=low
 
   * config_testcd: adjust for use with live-initramfs.
 grml-autoconfig (0.7.13) unstable; urgency=low
 
   * config_testcd: adjust for use with live-initramfs.