Warning!

Notice: the grml team is migrating from Mercurial to Git.
Please visit git.grml.org instead!

* qma: fix missing $SEARCH (thanks for noticing, wuehlmaus).
authorMichael Prokop <mika@grml.org>
Sun Dec 03 00:24:36 2006 +0100 (2 years ago)
changeset 280b7118798639
manifest0b7118798639
parent 275207428179c6
child 29d7b7d610b0b2
tag0.9.4
* qma: fix missing $SEARCH (thanks for noticing, wuehlmaus).
debian/changelog
usr_bin/qma
--- a/debian/changelog Sat Dec 02 20:31:08 2006 +0100
+++ b/debian/changelog Sun Dec 03 00:24:36 2006 +0100
@@ -1,3 +1,9 @@ grml-scripts (0.9.3) unstable; urgency=l
+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
--- a/usr_bin/qma Sat Dec 02 20:31:08 2006 +0100
+++ b/usr_bin/qma Sun Dec 03 00:24:36 2006 +0100
@@ -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