index : devtools32 | |
Archlinux32 fork of devtools | gitolite user |
summaryrefslogtreecommitdiff |
author | Luke Shumaker <lukeshu@lukeshu.com> | 2017-03-25 14:58:12 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2017-03-25 14:58:12 -0400 |
commit | 0f053be1227570121107da6c13bf440baef39b23 (patch) | |
tree | 5823e5335141aad00f927c62a8230806ac1a98a2 /lib | |
parent | ae6f374c210835546f8f57b41e5764d87fca3fcb (diff) |
-rw-r--r-- | lib/archroot.sh | 2 | ||||
-rw-r--r-- | lib/common.sh | 2 | ||||
-rw-r--r-- | lib/valid-tags.sh | 2 |
diff --git a/lib/archroot.sh b/lib/archroot.sh index 989f1e1..d8d4a2e 100644 --- a/lib/archroot.sh +++ b/lib/archroot.sh @@ -1,3 +1,5 @@ +#!/hint/bash + CHROOT_VERSION='v4' ## diff --git a/lib/common.sh b/lib/common.sh index 5ef9f97..e64553b 100644 --- a/lib/common.sh +++ b/lib/common.sh @@ -1,3 +1,5 @@ +#!/hint/bash + # Avoid any encoding problems export LANG=C diff --git a/lib/valid-tags.sh b/lib/valid-tags.sh index 36918fe..9491b0a 100644 --- a/lib/valid-tags.sh +++ b/lib/valid-tags.sh @@ -1,3 +1,5 @@ +#!/hint/bash + _arch=( i686 x86_64 |