Commit: 156e0496a7f7af8dd4911fe068ff9738daca0ffd Parent: 3de9f20e584348570d1edc1bd6862fa167aa86d4 Author: Klemens Nanni Date: Sun, 22 Oct 2017 12:56:08 +0200 Fix umask regression introduced in last commit 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=rw,go= +umask u=rwx,go= ## Variables GPG_OPTS='--quiet --yes --batch'