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
|
||||
|
||||
# Print environment configuration
|
||||
diagh "\$BUILDTOOL_DEBUG is set, debug mode is enabled"
|
||||
diagh "\$BUILDTOOL_LOCALDIR is set, will build kernel package from current working directory"
|
||||
if [ -n "${BUILDTOOL_DEBUG}" ]; then
|
||||
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
|
||||
## Check for Arch Linux
|
||||
|
|
Loading…
Reference in a new issue