]> pd.if.org Git - zpackage/commitdiff
set umask in zpm-note
authorNathan Wagner <nw@hydaspes.if.org>
Tue, 17 Feb 2015 06:18:14 +0000 (06:18 +0000)
committerNathan Wagner <nw@hydaspes.if.org>
Tue, 17 Feb 2015 06:18:14 +0000 (06:18 +0000)
zpm-note

index a6c861f2b2d979e29f1569ea3f181ea842e7db1a..897890a8844f61ef0058af808d2e29a3aa250225 100755 (executable)
--- a/zpm-note
+++ b/zpm-note
@@ -15,7 +15,7 @@ OPEN=$SPOOL/open
 
 set -e
 
-#umask 007
+umask 007
 
 cd $SPOOL || { echo "can't chdir to $SPOOL" ; exit 1; }