From 67df6b188b1292a83aaeab4644e79127e1805ead Mon Sep 17 00:00:00 2001 From: Nathan Wagner Date: Tue, 17 Feb 2015 06:18:14 +0000 Subject: [PATCH] set umask in zpm-note --- zpm-note | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zpm-note b/zpm-note index a6c861f..897890a 100755 --- 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; } -- 2.40.0