summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorDavid Krause <david@cvs.openbsd.org>2003-03-21 21:32:48 +0000
committerDavid Krause <david@cvs.openbsd.org>2003-03-21 21:32:48 +0000
commitbe92a18b19e10f88c3f1ef2e350de4454a45b921 (patch)
tree707f817dd8ce2b54fe9152c2b7b75587317efb04 /gnu
parent47c1f2879f8b86c32c426650c6a40f8ae356a2b2 (diff)
fix breakage from the previous commit that removed confidential bugs:
sendbug was reporting an error when there really wasn't one ok millert@
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/sendbug/sendbug.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/usr.bin/sendbug/sendbug.sh b/gnu/usr.bin/sendbug/sendbug.sh
index 8883d2a9441..17dcea9af29 100644
--- a/gnu/usr.bin/sendbug/sendbug.sh
+++ b/gnu/usr.bin/sendbug/sendbug.sh
@@ -21,7 +21,7 @@
# along with GNU GNATS; see the file COPYING. If not, write to
# the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
#
-# $OpenBSD: sendbug.sh,v 1.13 2003/02/28 01:35:07 millert Exp $
+# $OpenBSD: sendbug.sh,v 1.14 2003/03/21 21:32:47 david Exp $
# The version of this sendbug.
VERSION=3.97
@@ -477,7 +477,7 @@ while [ -z "$REQUEST_ID" ]; do
*) echo "$COMMAND: \`$CLASS' is not a valid value for \`Class'."
esac
- [ $CNT -lt 5 -a -z "$BATCH" ] &&
+ [ $CNT -lt 4 -a -z "$BATCH" ] &&
echo "Errors were found with the problem report."
while true; do
@@ -485,7 +485,7 @@ while [ -z "$REQUEST_ID" ]; do
$ECHON1 "a)bort, e)dit or s)end? $ECHON2"
read input
else
- if [ $CNT -eq 5 ]; then
+ if [ $CNT -eq 4 ]; then
input=s
else
input=a