Fix syntax error in checkbootparam() v0.8.26
authorMichael Prokop <mika@grml.org>
Mon, 17 Aug 2009 07:53:19 +0000 (09:53 +0200)
committerMichael Prokop <mika@grml.org>
Mon, 17 Aug 2009 07:53:19 +0000 (09:53 +0200)
autoconfig.functions
debian/changelog

index d90e051..b8579b7 100755 (executable)
@@ -60,7 +60,7 @@ getbootparam(){
 
 # Check boot commandline for specified option
 checkbootparam(){
-  [ -n "$1" ] || { echo "Error: missing argument to checkbootparam()" ; return 1 }
+  [ -n "$1" ] || ( echo "Error: missing argument to checkbootparam()" ; return 1 )
   # make sure we match beginning and end of line as well
   # but don't match 'vg' if we want to check for 'vga'
   if echo "$CMDLINE" | grep -qw "$1" ; then
index a6ea806..6e210eb 100644 (file)
@@ -1,3 +1,9 @@
+grml-autoconfig (0.8.26) unstable; urgency=low
+
+  * Fix syntax error in checkbootparam().
+
+ -- Michael Prokop <mika@grml.org>  Mon, 17 Aug 2009 09:52:59 +0200
+
 grml-autoconfig (0.8.25) unstable; urgency=low
 
   * config_finddcsdir(): Use the correct device for GRMLCFG.