]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Fix umask
authormike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Mon, 21 May 2012 15:35:25 +0000 (15:35 +0000)
committermike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Mon, 21 May 2012 15:35:25 +0000 (15:35 +0000)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10488 7a7537e8-13f0-0310-91df-b6672ffda945

test/run-stp-tests.sh

index 473ab1c20023e6e637bae76f757e17827888e2d0..1b8ac977b2ba57d9e51952cdef54206dde39c3d8 100755 (executable)
@@ -30,7 +30,7 @@ fi
 # Force the permissions of the files we create...
 #
 
-umask 2
+umask 022
 
 #
 # Make the IPP test program...