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