diff options
author | 1997-05-30 07:36:48 +0000 | |
---|---|---|
committer | 1997-05-30 07:36:48 +0000 | |
commit | 0ca2b5c09603aefd17615779d86807f671cfdd06 (patch) | |
tree | 9acf7b699346d72dca6c2262fedb2e9cbc7efef0 | |
parent | glidepoint & hot-swap support; koji@math.human.nagoya-u.ac.jp (diff) | |
download | wireguard-openbsd-0ca2b5c09603aefd17615779d86807f671cfdd06.tar.xz wireguard-openbsd-0ca2b5c09603aefd17615779d86807f671cfdd06.zip |
the rainy day will not come
-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. |