diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-05-30 07:36:49 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-05-30 07:36:49 +0000 |
commit | be0cf0c8205158691838d9717e77bf8198954842 (patch) | |
tree | af950e7a289c770b1367e9600c90ed03a9ec4880 /gnu/usr.bin | |
parent | b4408d3f3441e15fd5cb7844bd165783f3001dc8 (diff) |
the rainy day will not come
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r-- | gnu/usr.bin/sendbug/sendbug.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/usr.bin/sendbug/sendbug.sh b/gnu/usr.bin/sendbug/sendbug.sh index aebf932083d..9c07fc3827a 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.5 1997/05/30 07:31:41 deraadt Exp $ +# $OpenBSD: sendbug.sh,v 1.6 1997/05/30 07:36:48 deraadt Exp $ # The version of this send-pr. VERSION=3.97 @@ -69,7 +69,6 @@ if [ ! -f "$MAILER" ]; then exit 1 fi -um=`umask` umask 077 # How to read the passwd database. |