index : devtools32 | |
Archlinux32 fork of devtools | gitolite user |
summaryrefslogtreecommitdiff |
-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 |