Update buildtool.sh
This commit is contained in:
parent
a685df59b4
commit
177de76b16
1 changed files with 6 additions and 2 deletions
|
@ -75,8 +75,12 @@ special "|__/ |_|"
|
||||||
empty
|
empty
|
||||||
|
|
||||||
# Print environment configuration
|
# Print environment configuration
|
||||||
diagh "\$BUILDTOOL_DEBUG is set, debug mode is enabled"
|
if [ -n "${BUILDTOOL_DEBUG}" ]; then
|
||||||
diagh "\$BUILDTOOL_LOCALDIR is set, will build kernel package from current working directory"
|
warnh "\$BUILDTOOL_DEBUG is set, debug mode is enabled"
|
||||||
|
fi
|
||||||
|
if [ -n "${BUILDTOOL_LOCALDIR}" ]; then
|
||||||
|
warnh "\$BUILDTOOL_LOCALDIR is set, will build kernel package from current working directory"
|
||||||
|
fi
|
||||||
|
|
||||||
# Checks
|
# Checks
|
||||||
## Check for Arch Linux
|
## Check for Arch Linux
|
||||||
|
|
Loading…
Reference in a new issue