]> git.donarmstrong.com Git - debbugs.git/commitdiff
[project @ 2001-08-16 07:20:18 by doogie]
authordoogie <>
Thu, 16 Aug 2001 14:20:18 +0000 (06:20 -0800)
committerdoogie <>
Thu, 16 Aug 2001 14:20:18 +0000 (06:20 -0800)
Set the umask, so g+w works.

scripts/processall.in

index 9fd17761d2f3285aa7d16fb46c68f6ae0e92e84f..2602189533924f817af2fd78f4a252314426dd43 100755 (executable)
@@ -1,5 +1,5 @@
 #!/usr/bin/perl
-# $Id: processall.in,v 1.6 2001/08/16 07:19:38 doogie Exp $
+# $Id: processall.in,v 1.7 2001/08/16 07:20:18 doogie Exp $
 #
 # Usage: processall
 #
@@ -20,6 +20,8 @@ push( @INC, "$lib_path" );
 
 #open(DEBUG,">&4");
 
+umask(002);
+
 $|=1;
 undef %fudged;