diff options
author | Lyndon Brown <jnqnfe@gmail.com> | 2020-03-06 22:34:18 +0000 |
---|---|---|
committer | Luca Boccassi <bluca@debian.org> | 2020-03-10 12:45:23 +0000 |
commit | d6096622f9f7f9e2e1c8b01b4769c9d08487688e (patch) | |
tree | 5610545410b23b4e656c3c5abd2158ff3bdffa05 /scripts/build/installer_preseed | |
parent | 9f1fdac303d281a0361a2d4fc554113a6b3c6eb7 (diff) | |
download | vyos-live-build-d6096622f9f7f9e2e1c8b01b4769c9d08487688e.tar.gz vyos-live-build-d6096622f9f7f9e2e1c8b01b4769c9d08487688e.zip |
help/usage: remove pointless vars
build scripts never call Help() and so the empty HELP strings are pointless.
(when called with --help they call Man()).
Closes: #952859
Gbp-Dch: Short
Diffstat (limited to 'scripts/build/installer_preseed')
-rwxr-xr-x | scripts/build/installer_preseed | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/build/installer_preseed b/scripts/build/installer_preseed index 09203624e..7ab926370 100755 --- a/scripts/build/installer_preseed +++ b/scripts/build/installer_preseed @@ -15,7 +15,6 @@ set -e # Setting static variables DESCRIPTION="Include local preseed in installer" -HELP="" USAGE="${PROGRAM} [--force]" # Processing arguments and configuration files |