From 7acd1f488f3b9d4348449a27d9412488dc8e1657 Mon Sep 17 00:00:00 2001 From: Lyndon Brown Date: Mon, 4 May 2020 13:21:12 +0100 Subject: [PATCH] get rid of a couple of useless variables Gbp-Dch: Ignore --- frontend/lb | 1 - scripts/build/clean | 1 - 2 files changed, 2 deletions(-) diff --git a/frontend/lb b/frontend/lb index 4617e3e5a..99b415834 100755 --- a/frontend/lb +++ b/frontend/lb @@ -17,7 +17,6 @@ set -e # Setting static variables PROGRAM="${FRONTEND}" DESCRIPTION="Utility to build live systems" -HELP="" USAGE="lb {clean|config|build}" # This bits of code relies on the fact that we only accept diff --git a/scripts/build/clean b/scripts/build/clean index 9ff67cbab..4fc227355 100755 --- a/scripts/build/clean +++ b/scripts/build/clean @@ -23,7 +23,6 @@ fi # Setting static variables DESCRIPTION="Clean up system build directories" -HELP="" USAGE="${PROGRAM} [--all] [--cache] [--chroot] [--binary] [--purge] [--remove] [--stage] [--source]" # Reading, preparing and validating config