From 84f02a7ce07e4976c07521d8b1de5b364f3becc6 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Tue, 4 Sep 2007 13:59:20 +0200 Subject: [PATCH] Update $INSTALLED check to fix syntax error --- autoconfig.functions | 4 ++-- debian/changelog | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/autoconfig.functions b/autoconfig.functions index 5566b24..13fd9f4 100755 --- a/autoconfig.functions +++ b/autoconfig.functions @@ -4,7 +4,7 @@ # Authors: grml-team (grml.org), (c) Klaus Knopper , (c) Michael Prokop # 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 @@ -96,7 +96,7 @@ CMDLINE="$(cat /proc/cmdline)" # {{{ 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="" diff --git a/debian/changelog b/debian/changelog index 3464b0c..ce3c8e6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +grml-autoconfig (0.7.14) unstable; urgency=low + + * Update $INSTALLED check to fix syntax error. + + -- Michael Prokop Tue, 4 Sep 2007 13:59:01 +0200 + grml-autoconfig (0.7.13) unstable; urgency=low * config_testcd: adjust for use with live-initramfs. -- 2.1.4