Commit: 3de9f20e584348570d1edc1bd6862fa167aa86d4 Parent: 5553a36f4dd1bb8749a5200346934686fae3358e Author: Klemens Nanni Date: Tue, 15 Aug 2017 15:53:36 +0200 Fix umask for zsh and bash This fixes issue #2. Diffstat:
M | spm | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/spm b/spm @@ -16,7 +16,7 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. set -eu -umask u=rwX,og= +umask u=rw,go= ## Variables GPG_OPTS='--quiet --yes --batch'