From: Michael Prokop Date: Sat, 2 Dec 2006 23:24:36 +0000 (+0100) Subject: * qma: fix missing $SEARCH (thanks for noticing, wuehlmaus). X-Git-Tag: 0.9.4 X-Git-Url: http://git.grml.org/?p=grml-scripts.git;a=commitdiff_plain;h=ad489d6103005145e9cfd9ae23d8daa458085e5e * qma: fix missing $SEARCH (thanks for noticing, wuehlmaus). --- diff --git a/debian/changelog b/debian/changelog index 84def5a..6bc05ee 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +grml-scripts (0.9.4) unstable; urgency=low + + * qma: fix missing $SEARCH (thanks for noticing, wuehlmaus). + + -- Michael Prokop Sun, 3 Dec 2006 00:24:06 +0100 + grml-scripts (0.9.3) unstable; urgency=low * random-hostname: add idspispopd, kitchensink and spispopd to diff --git a/usr_bin/qma b/usr_bin/qma index c7944dc..e36c64f 100755 --- a/usr_bin/qma +++ b/usr_bin/qma @@ -4,7 +4,7 @@ # Authors: grml-team (grml.org), (c) Michael Prokop # 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 . @@ -39,10 +39,12 @@ case $1 in SECTION="${1}" SECTIONFILE=".${1}" MANPAGE="$2" + SEARCH="$3" ;; *) SECTION='' MANPAGE="$1" + SEARCH="$2" ;; esac