get rid of a couple of useless variables

Gbp-Dch: Ignore
This commit is contained in:
Lyndon Brown 2020-05-04 13:21:12 +01:00
parent 76459a39cd
commit 7acd1f488f
2 changed files with 0 additions and 2 deletions

View File

@ -17,7 +17,6 @@ set -e
# Setting static variables # Setting static variables
PROGRAM="${FRONTEND}" PROGRAM="${FRONTEND}"
DESCRIPTION="Utility to build live systems" DESCRIPTION="Utility to build live systems"
HELP=""
USAGE="lb {clean|config|build}" USAGE="lb {clean|config|build}"
# This bits of code relies on the fact that we only accept # This bits of code relies on the fact that we only accept

View File

@ -23,7 +23,6 @@ fi
# Setting static variables # Setting static variables
DESCRIPTION="Clean up system build directories" DESCRIPTION="Clean up system build directories"
HELP=""
USAGE="${PROGRAM} [--all] [--cache] [--chroot] [--binary] [--purge] [--remove] [--stage] [--source]" USAGE="${PROGRAM} [--all] [--cache] [--chroot] [--binary] [--purge] [--remove] [--stage] [--source]"
# Reading, preparing and validating config # Reading, preparing and validating config