* qma: fix missing $SEARCH (thanks for noticing, wuehlmaus). 0.9.4
authorMichael Prokop <mika@grml.org>
Sat, 2 Dec 2006 23:24:36 +0000 (00:24 +0100)
committerMichael Prokop <mika@grml.org>
Sat, 2 Dec 2006 23:24:36 +0000 (00:24 +0100)
debian/changelog
usr_bin/qma

index 84def5a..6bc05ee 100644 (file)
@@ -1,3 +1,9 @@
+grml-scripts (0.9.4) unstable; urgency=low
+
+  * qma: fix missing $SEARCH (thanks for noticing, wuehlmaus).
+
+ -- Michael Prokop <mika@grml.org>  Sun,  3 Dec 2006 00:24:06 +0100
+
 grml-scripts (0.9.3) unstable; urgency=low
 
   * random-hostname: add idspispopd, kitchensink and spispopd to
index c7944dc..e36c64f 100755 (executable)
@@ -4,7 +4,7 @@
 # Authors:       grml-team (grml.org), (c) Michael Prokop <mika@grml.org>
 # Bug-Reports:   see http://grml.org/bugs/
 # License:       This file is licensed under the GPL v2.
-# Latest change: Sam Dez 02 18:40:18 CET 2006 [mika]
+# Latest change: Son Dez 03 00:24:00 CET 2006 [mika]
 ################################################################################
 
 # Idea for this script and basic functionally by Matthias Kopfermann <maddi@grml.org>.
@@ -39,10 +39,12 @@ case $1 in
     SECTION="${1}"
     SECTIONFILE=".${1}"
     MANPAGE="$2"
+    SEARCH="$3"
     ;;
   *)
     SECTION=''
     MANPAGE="$1"
+    SEARCH="$2"
     ;;
 esac