aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-04-01 19:42:09 +0000
committerSteve Price <steve@FreeBSD.org>1999-04-01 19:42:09 +0000
commit8cdd7f4776f13e723be9282e09345c27dc4e6e39 (patch)
treec6ad54195c3233882938187feb76586c2fa5ec6b /gnu
parent89f96f7b90c8c4aff619ba2c18ff08aacf476c60 (diff)
Notes
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/send-pr/send-pr.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/send-pr/send-pr.sh b/gnu/usr.bin/send-pr/send-pr.sh
index faf1b326608be..2cc28fd8691c1 100644
--- a/gnu/usr.bin/send-pr/send-pr.sh
+++ b/gnu/usr.bin/send-pr/send-pr.sh
@@ -20,7 +20,7 @@
# along with GNU GNATS; see the file COPYING. If not, write to
# the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
#
-# $Id: send-pr.sh,v 1.9 1997/06/07 23:46:48 paul Exp $
+# $Id: send-pr.sh,v 1.10 1999/03/24 17:06:47 steve Exp $
# The version of this send-pr.
VERSION=3.2
@@ -430,7 +430,7 @@ while [ -z "$REQUEST_ID" ]; do
# 4) Category
#
PATTERN=">Category:"
- CATEGORY=`eval sed -n -e "\"$PATTERN/$SED_CMD\"" $TEMP`
+ CATEGORY=`eval sed -n -e "\"/$PATTERN/$SED_CMD\"" $TEMP`
FOUND=
for C in $CATEGORIES
do