index : devtools32 | |
Archlinux32 fork of devtools | gitolite user |
summaryrefslogtreecommitdiff |
author | Levente Polyak <anthraxx@archlinux.org> | 2021-06-21 20:46:16 +0200 |
---|---|---|
committer | Levente Polyak <anthraxx@archlinux.org> | 2021-07-17 22:56:11 +0200 |
commit | 0a0e66a784d4831c4139bf646b5329bff54465d7 (patch) | |
tree | 10c0aae49fcd0c08fb999a35c0d3933e4a73d524 /lib/common.sh | |
parent | 60e96c9d4bc22062f4633fbc1faa57a2947d0605 (diff) |
-rw-r--r-- | lib/common.sh | 4 |
diff --git a/lib/common.sh b/lib/common.sh index fce52f6..12604d8 100644 --- a/lib/common.sh +++ b/lib/common.sh @@ -14,6 +14,10 @@ $_INCLUDE_COMMON_SH # Avoid any encoding problems export LANG=C +# Set buildtool properties +export BUILDTOOL=devtools +export BUILDTOOLVER=m4_devtools_version + shopt -s extglob # check if messages are to be printed using color |