diff options
author | Thorsten Lockert <tholo@cvs.openbsd.org> | 1996-07-02 15:49:54 +0000 |
---|---|---|
committer | Thorsten Lockert <tholo@cvs.openbsd.org> | 1996-07-02 15:49:54 +0000 |
commit | 8569bd72a51885d19306de1eb6cbaf7c5af1e672 (patch) | |
tree | 0bfb691e32ce04badfe6c2f1e87a56a9885e14bd /gnu | |
parent | bbe605f9aacfb5c51816d65759fc6feddbe82478 (diff) |
Make the user fill in the release
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/sendbug/sendbug.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/sendbug/sendbug.sh b/gnu/usr.bin/sendbug/sendbug.sh index 5ae3a6336c7..a56df27874f 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.2 1996/06/28 06:02:59 tholo Exp $ +# $OpenBSD: sendbug.sh,v 1.3 1996/07/02 15:49:53 tholo Exp $ # The version of this send-pr. VERSION=3.97 @@ -44,7 +44,7 @@ GNATS_ADDR=gnats@openbsd.org # DATADIR=${GCC_EXEC_PREFIX}../../../lib # The default release for this host. -DEFAULT_RELEASE="xDEFAULT_RELEASEx" +#DEFAULT_RELEASE="xDEFAULT_RELEASEx" # The default organization. DEFAULT_ORGANIZATION="net" |