index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
author | Justin Kromlinger <hashworks@archlinux.org> | 2020-07-16 22:54:16 +0200 |
---|---|---|
committer | Justin Kromlinger <hashworks@archlinux.org> | 2020-07-16 22:54:16 +0200 |
commit | 6f0a15c34ad35af61fe047331a909fbd0cad62e5 (patch) | |
tree | b3610f8bf05a9be6e6a5e1316c6cc2898d651bc5 /configs/releng | |
parent | 7acea696e4eb27479842c6b5defae2de8e366b19 (diff) |
-rwxr-xr-x | configs/releng/build.sh | 2 |
diff --git a/configs/releng/build.sh b/configs/releng/build.sh index c787d30..7e8321e 100755 --- a/configs/releng/build.sh +++ b/configs/releng/build.sh @@ -13,7 +13,7 @@ out_dir=out gpg_key="" verbose="" -script_path=$(readlink -f "${0%/*}") +script_path="$( cd -P "$( dirname "$(readlink -f "$0")" )" && pwd )" umask 0022 |