summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1999-04-01 19:42:09 +0000
committersteve <steve@FreeBSD.org>1999-04-01 19:42:09 +0000
commitd76ed5205afdcfb215c1a49a493fee62d257180c (patch)
tree606c74048a7948796f14bdd4372fe05a6c643acf
parentedce88105512d010e37a3e384e703c778aa55185 (diff)
downloadFreeBSD-src-d76ed5205afdcfb215c1a49a493fee62d257180c.zip
FreeBSD-src-d76ed5205afdcfb215c1a49a493fee62d257180c.tar.gz
Missed a '/' in the last commit.
PR: 10909 Submitted by: Yasuhiro Fukama <yasuf@big.or.jp>
-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 faf1b32..2cc28fd 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
OpenPOWER on IntegriCloud