index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
author | Gerardo Exequiel Pozzi <vmlinuz386@gmail.com> | 2018-06-23 16:09:33 -0300 |
---|---|---|
committer | Gerardo Exequiel Pozzi <vmlinuz386@gmail.com> | 2018-06-23 16:09:33 -0300 |
commit | b200ce82f7bf491611731b3b5fc1768613fe37e7 (patch) | |
tree | 2f128c35972396c0d84caac124eac6c3dc9244d8 /configs/releng | |
parent | 5f57352398e9ec7ab7bbe14fe24619987235060f (diff) |
-rwxr-xr-x | configs/releng/build.sh | 2 |
diff --git a/configs/releng/build.sh b/configs/releng/build.sh index 72b1e3f..3cb0675 100755 --- a/configs/releng/build.sh +++ b/configs/releng/build.sh @@ -14,6 +14,8 @@ arch=$(uname -m) verbose="" script_path=$(readlink -f ${0%/*}) +umask 0022 + _usage () { echo "usage ${0} [options]" |