Update buildtool.sh

This commit is contained in:
JeremyStar™ 2024-03-11 17:09:33 +01:00
parent a685df59b4
commit 177de76b16

View file

@ -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