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 | |
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
65 files changed, 0 insertions, 65 deletions
diff --git a/scripts/build/binary b/scripts/build/binary index 19d1c47b3..787e623cf 100755 --- a/scripts/build/binary +++ b/scripts/build/binary @@ -15,7 +15,6 @@ set -e # Setting static variables DESCRIPTION="Build binary images" -HELP="" USAGE="${PROGRAM} [--force]" # Automatically populating config tree diff --git a/scripts/build/binary_checksums b/scripts/build/binary_checksums index 002be0487..f3fbd5a1c 100755 --- a/scripts/build/binary_checksums +++ b/scripts/build/binary_checksums @@ -15,7 +15,6 @@ set -e # Setting static variables DESCRIPTION="Create binary checksums" -HELP="" USAGE="${PROGRAM} [--force]" # Processing arguments and configuration files diff --git a/scripts/build/binary_chroot b/scripts/build/binary_chroot index bb968ee60..30c541859 100755 --- a/scripts/build/binary_chroot +++ b/scripts/build/binary_chroot @@ -15,7 +15,6 @@ set -e # Setting static variables DESCRIPTION="Copy chroot into chroot" -HELP="" USAGE="${PROGRAM} [--force]" # Processing arguments and configuration files diff --git a/scripts/build/binary_disk b/scripts/build/binary_disk index e26a0d787..e41d0cfb4 100755 --- a/scripts/build/binary_disk +++ b/scripts/build/binary_disk @@ -15,7 +15,6 @@ set -e # Setting static variables DESCRIPTION="Install disk information into binary" -HELP="" USAGE="${PROGRAM} [--force]" # Processing arguments and configuration files diff --git a/scripts/build/binary_grub-efi b/scripts/build/binary_grub-efi index 50a033f80..e4c3c02eb 100755 --- a/scripts/build/binary_grub-efi +++ b/scripts/build/binary_grub-efi @@ -15,7 +15,6 @@ set -e # Setting static variables DESCRIPTION="Prepares and installs Grub based EFI support into binary" -HELP="" USAGE="${PROGRAM} [--force]" # Processing arguments and configuration files diff --git a/scripts/build/binary_grub-legacy b/scripts/build/binary_grub-legacy index a6c5fa733..8b604f402 100755 --- a/scripts/build/binary_grub-legacy +++ b/scripts/build/binary_grub-legacy @@ -15,7 +15,6 @@ set -e # Setting static variables DESCRIPTION="Installs grub-legacy into binary" -HELP="" USAGE="${PROGRAM} [--force]" # Processing arguments and configuration files diff --git a/scripts/build/binary_grub-pc b/scripts/build/binary_grub-pc index 948530679..c7c53869b 100755 --- a/scripts/build/binary_grub-pc +++ b/scripts/build/binary_grub-pc @@ -15,7 +15,6 @@ set -e # Setting static variables DESCRIPTION="Installs grub-pc into binary" -HELP="" USAGE="${PROGRAM} [--force]" # Processing arguments and configuration files diff --git a/scripts/build/binary_hdd b/scripts/build/binary_hdd index c9c508518..d958f43e8 100755 --- a/scripts/build/binary_hdd +++ b/scripts/build/binary_hdd @@ -15,7 +15,6 @@ set -e # Setting static variables DESCRIPTION="Build binary image" -HELP="" USAGE="${PROGRAM} [--force]" # Processing arguments and configuration files diff --git a/scripts/build/binary_hooks b/scripts/build/binary_hooks index c5c6a3ce2..286b0672d 100755 --- a/scripts/build/binary_hooks +++ b/scripts/build/binary_hooks @@ -15,7 +15,6 @@ set -e # Setting static variables DESCRIPTION="Execute hooks in binary" -HELP="" USAGE="${PROGRAM} [--force]" # Processing arguments and configuration files diff --git a/scripts/build/binary_includes b/scripts/build/binary_includes index 091105fbc..7142b0def 100755 --- a/scripts/build/binary_includes +++ b/scripts/build/binary_includes @@ -15,7 +15,6 @@ set -e # Setting static variables DESCRIPTION="Copy files into binary" -HELP="" USAGE="${PROGRAM} [--force]" # Processing arguments and configuration files diff --git a/scripts/build/binary_iso b/scripts/build/binary_iso index c634c3d19..d30443dab 100755 --- a/scripts/build/binary_iso +++ b/scripts/build/binary_iso @@ -15,7 +15,6 @@ set -e # Setting static variables DESCRIPTION="Build iso binary image" -HELP="" USAGE="${PROGRAM} [--force]" # Processing arguments and configuration files diff --git a/scripts/build/binary_linux-image b/scripts/build/binary_linux-image index 0da698ade..70028bd64 100755 --- a/scripts/build/binary_linux-image +++ b/scripts/build/binary_linux-image @@ -15,7 +15,6 @@ set -e # Setting static variables DESCRIPTION="Install linux-image into binary" -HELP="" USAGE="${PROGRAM} [--force]" # Processing arguments and configuration files diff --git a/scripts/build/binary_loadlin b/scripts/build/binary_loadlin index a14ad1eda..9305000c6 100755 --- a/scripts/build/binary_loadlin +++ b/scripts/build/binary_loadlin @@ -15,7 +15,6 @@ set -e # Setting static variables DESCRIPTION="Copy loadlin into binary" -HELP="" USAGE="${PROGRAM} [--force]" # Processing arguments and configuration files diff --git a/scripts/build/binary_loopback_cfg b/scripts/build/binary_loopback_cfg index 6adc88bb3..72f2e7dc4 100755 --- a/scripts/build/binary_loopback_cfg +++ b/scripts/build/binary_loopback_cfg @@ -15,7 +15,6 @@ set -e # Setting static variables DESCRIPTION="Installs loopback.cfg into binary" -HELP="" USAGE="${PROGRAM} [--force]" # Processing arguments and configuration files diff --git a/scripts/build/binary_manifest b/scripts/build/binary_manifest index b11cee2dc..1bd9969a6 100755 --- a/scripts/build/binary_manifest +++ b/scripts/build/binary_manifest @@ -15,7 +15,6 @@ set -e # Setting static variables DESCRIPTION="Create manifest" -HELP="" USAGE="${PROGRAM} [--force]" # Processing arguments and configuration files diff --git a/scripts/build/binary_memtest b/scripts/build/binary_memtest index 539819b3a..d35082f52 100755 --- a/scripts/build/binary_memtest +++ b/scripts/build/binary_memtest @@ -15,7 +15,6 @@ set -e # Setting static variables DESCRIPTION="Installs a memtest into binary" -HELP="" USAGE="${PROGRAM} [--force]" # Processing arguments and configuration files diff --git a/scripts/build/binary_netboot b/scripts/build/binary_netboot index 6890f8639..cbee37a66 100755 --- a/scripts/build/binary_netboot +++ b/scripts/build/binary_netboot @@ -15,7 +15,6 @@ set -e # Setting static variables DESCRIPTION="Build netboot binary image" -HELP="" USAGE="${PROGRAM} [--force]" # Processing arguments and configuration files diff --git a/scripts/build/binary_onie b/scripts/build/binary_onie index 40c92fbeb..da11c5e5d 100755 --- a/scripts/build/binary_onie +++ b/scripts/build/binary_onie @@ -16,7 +16,6 @@ set -e # Setting static variables DESCRIPTION="Build ONIE binary image" -HELP="" USAGE="${PROGRAM} [--force]" # Processing arguments and configuration files diff --git a/scripts/build/binary_package-lists b/scripts/build/binary_package-lists index 78ccb1754..4eeb08c55 100755 --- a/scripts/build/binary_package-lists +++ b/scripts/build/binary_package-lists @@ -15,7 +15,6 @@ set -e # Setting static variables DESCRIPTION="Install local packages into binary" -HELP="" USAGE="${PROGRAM} [--force]" # Processing arguments and configuration files diff --git a/scripts/build/binary_rootfs b/scripts/build/binary_rootfs index 440f5017b..567dd0def 100755 --- a/scripts/build/binary_rootfs +++ b/scripts/build/binary_rootfs @@ -15,7 +15,6 @@ set -e # Setting static variables DESCRIPTION="Build rootfs image" -HELP="" USAGE="${PROGRAM} [--force]" # Processing arguments and configuration files diff --git a/scripts/build/binary_syslinux b/scripts/build/binary_syslinux index 5d2cfdf5f..7bc8bb533 100755 --- a/scripts/build/binary_syslinux +++ b/scripts/build/binary_syslinux @@ -15,7 +15,6 @@ set -e # Setting static variables DESCRIPTION="Installs syslinux into binary" -HELP="" USAGE="${PROGRAM} [--force]" # Processing arguments and configuration files diff --git a/scripts/build/binary_tar b/scripts/build/binary_tar index cf8bc6980..c832852c9 100755 --- a/scripts/build/binary_tar +++ b/scripts/build/binary_tar @@ -15,7 +15,6 @@ set -e # Setting static variables DESCRIPTION="Build binary tarball" -HELP="" USAGE="${PROGRAM} [--force]" # Processing arguments and configuration files diff --git a/scripts/build/binary_win32-loader b/scripts/build/binary_win32-loader index 7ed782b74..ad61b6642 100755 --- a/scripts/build/binary_win32-loader +++ b/scripts/build/binary_win32-loader @@ -15,7 +15,6 @@ set -e # Setting static variables DESCRIPTION="Copy win32-loader into binary" -HELP="" USAGE="${PROGRAM} [--force]" # Processing arguments and configuration files diff --git a/scripts/build/binary_zsync b/scripts/build/binary_zsync index 5d254d4e4..c776454ff 100755 --- a/scripts/build/binary_zsync +++ b/scripts/build/binary_zsync @@ -15,7 +15,6 @@ set -e # Setting static variables DESCRIPTION="Build zsync control files" -HELP="" USAGE="${PROGRAM} [--force]" # Processing arguments and configuration files diff --git a/scripts/build/bootstrap b/scripts/build/bootstrap index c2614ebc0..73d256735 100755 --- a/scripts/build/bootstrap +++ b/scripts/build/bootstrap @@ -15,7 +15,6 @@ set -e # Setting static variables DESCRIPTION="Bootstrap a Debian system" -HELP="" USAGE="${PROGRAM} [--force]" # Automatically populating config tree diff --git a/scripts/build/bootstrap_archives b/scripts/build/bootstrap_archives index 1a345e806..292ec1e04 100755 --- a/scripts/build/bootstrap_archives +++ b/scripts/build/bootstrap_archives @@ -15,7 +15,6 @@ set -e # Setting static variables DESCRIPTION="Manage /etc/apt/sources.list" -HELP="" USAGE="${PROGRAM} [source|binary] [--force]" _PASS="${1}" diff --git a/scripts/build/bootstrap_cache b/scripts/build/bootstrap_cache index e23dc265e..4926b7aab 100755 --- a/scripts/build/bootstrap_cache +++ b/scripts/build/bootstrap_cache @@ -15,7 +15,6 @@ set -e # Setting static variables DESCRIPTION="Cache bootstrap stage" -HELP="" USAGE="${PROGRAM} [--force]" # Processing arguments and configuration files diff --git a/scripts/build/bootstrap_debootstrap b/scripts/build/bootstrap_debootstrap index cf7e51355..89cfba363 100755 --- a/scripts/build/bootstrap_debootstrap +++ b/scripts/build/bootstrap_debootstrap @@ -15,7 +15,6 @@ set -e # Setting static variables DESCRIPTION="Bootstrap a Debian system with debootstrap(8)" -HELP="" USAGE="${PROGRAM} [--force]" # Processing arguments and configuration files diff --git a/scripts/build/build b/scripts/build/build index 020771b9d..b255346e0 100755 --- a/scripts/build/build +++ b/scripts/build/build @@ -25,7 +25,6 @@ fi # Setting static variables DESCRIPTION="Build a Debian Live system" -HELP="" USAGE="${PROGRAM} [--force]" # Checking build directory suitability diff --git a/scripts/build/chroot b/scripts/build/chroot index 1c20714f0..ac5fafa1f 100755 --- a/scripts/build/chroot +++ b/scripts/build/chroot @@ -15,7 +15,6 @@ set -e # Setting static variables DESCRIPTION="Customize the Debian system" -HELP="" USAGE="${PROGRAM} [--force]" # Automatically populating config tree diff --git a/scripts/build/chroot_apt b/scripts/build/chroot_apt index ea77260b0..178f33f98 100755 --- a/scripts/build/chroot_apt +++ b/scripts/build/chroot_apt @@ -15,7 +15,6 @@ set -e # Setting static variables DESCRIPTION="Manage /etc/apt/apt.conf" -HELP="" USAGE="${PROGRAM} {install|install-binary|remove} [--force]" # Processing arguments and configuration files diff --git a/scripts/build/chroot_archives b/scripts/build/chroot_archives index 5f1e4ffc6..8daa1c19b 100755 --- a/scripts/build/chroot_archives +++ b/scripts/build/chroot_archives @@ -15,7 +15,6 @@ set -e # Setting static variables DESCRIPTION="Manage /etc/apt/sources.list" -HELP="" USAGE="${PROGRAM} {source|binary|chroot} {install|remove} [--force]" _PASS="${1}" diff --git a/scripts/build/chroot_cache b/scripts/build/chroot_cache index bcd91dc12..696c907e9 100755 --- a/scripts/build/chroot_cache +++ b/scripts/build/chroot_cache @@ -15,7 +15,6 @@ set -e # Setting static variables DESCRIPTION="Cache chroot stage" -HELP="" USAGE="${PROGRAM} [--force]" # Processing arguments and configuration files diff --git a/scripts/build/chroot_debianchroot b/scripts/build/chroot_debianchroot index 33be77abc..3271df000 100755 --- a/scripts/build/chroot_debianchroot +++ b/scripts/build/chroot_debianchroot @@ -15,7 +15,6 @@ set -e # Setting static variables DESCRIPTION="Manage /etc/debian_chroot" -HELP="" USAGE="${PROGRAM} {install|remove} [--force]" # Processing arguments and configuration files diff --git a/scripts/build/chroot_devpts b/scripts/build/chroot_devpts index 7def960f5..bf89abe4e 100755 --- a/scripts/build/chroot_devpts +++ b/scripts/build/chroot_devpts @@ -15,7 +15,6 @@ set -e # Setting static variables DESCRIPTION="Mount /dev/pts" -HELP="" USAGE="${PROGRAM} {install|remove} [--force]" # Processing arguments and configuration files diff --git a/scripts/build/chroot_dpkg b/scripts/build/chroot_dpkg index c496ed0e6..a385bfdc3 100755 --- a/scripts/build/chroot_dpkg +++ b/scripts/build/chroot_dpkg @@ -15,7 +15,6 @@ set -e # Setting static variables DESCRIPTION="Manage /sbin/dpkg" -HELP="" USAGE="${PROGRAM} {install|remove} [--force]" # Processing arguments and configuration files diff --git a/scripts/build/chroot_firmware b/scripts/build/chroot_firmware index 2ce124c98..0f8e61943 100755 --- a/scripts/build/chroot_firmware +++ b/scripts/build/chroot_firmware @@ -15,7 +15,6 @@ set -e # Setting static variables DESCRIPTION="Schedule kernel packages for installation" -HELP="" USAGE="${PROGRAM} [--force]" # Processing arguments and configuration files diff --git a/scripts/build/chroot_hacks b/scripts/build/chroot_hacks index 72d97440a..966ad008b 100755 --- a/scripts/build/chroot_hacks +++ b/scripts/build/chroot_hacks @@ -15,7 +15,6 @@ set -e # Setting static variables DESCRIPTION="Execute hacks in chroot" -HELP="" USAGE="${PROGRAM} [--force]" # Processing arguments and configuration files diff --git a/scripts/build/chroot_hooks b/scripts/build/chroot_hooks index 8c79f9313..d7e2ea2fc 100755 --- a/scripts/build/chroot_hooks +++ b/scripts/build/chroot_hooks @@ -15,7 +15,6 @@ set -e # Setting static variables DESCRIPTION="Execute hooks in chroot" -HELP="" USAGE="${PROGRAM} [--force]" # Processing arguments and configuration files diff --git a/scripts/build/chroot_hostname b/scripts/build/chroot_hostname index f2aa32cc8..b01dfd196 100755 --- a/scripts/build/chroot_hostname +++ b/scripts/build/chroot_hostname @@ -15,7 +15,6 @@ set -e # Setting static variables DESCRIPTION="Manage /bin/hostname" -HELP="" USAGE="${PROGRAM} {install|remove} [--force]" # Processing arguments and configuration files diff --git a/scripts/build/chroot_hosts b/scripts/build/chroot_hosts index 1b148b723..463cf526c 100755 --- a/scripts/build/chroot_hosts +++ b/scripts/build/chroot_hosts @@ -15,7 +15,6 @@ set -e # Setting static variables DESCRIPTION="Manage /etc/hosts" -HELP="" USAGE="${PROGRAM} {install|remove} [--force]" # Processing arguments and configuration files diff --git a/scripts/build/chroot_includes b/scripts/build/chroot_includes index f61b5f404..1a19b4a98 100755 --- a/scripts/build/chroot_includes +++ b/scripts/build/chroot_includes @@ -15,7 +15,6 @@ set -e # Setting static variables DESCRIPTION="Copy files into chroot" -HELP="" USAGE="${PROGRAM} [--force]" # Processing arguments and configuration files diff --git a/scripts/build/chroot_install-packages b/scripts/build/chroot_install-packages index d7c9af371..7de073a6f 100755 --- a/scripts/build/chroot_install-packages +++ b/scripts/build/chroot_install-packages @@ -15,7 +15,6 @@ set -e # Setting static variables DESCRIPTION="Install queued packages into chroot" -HELP="" USAGE="${PROGRAM} {install|live} [--force]" _PASS="${1}" diff --git a/scripts/build/chroot_interactive b/scripts/build/chroot_interactive index c46c84f88..23a47a552 100755 --- a/scripts/build/chroot_interactive +++ b/scripts/build/chroot_interactive @@ -15,7 +15,6 @@ set -e # Setting static variables DESCRIPTION="Make build interactive" -HELP="" USAGE="${PROGRAM} [--force]" # Processing arguments and configuration files diff --git a/scripts/build/chroot_linux-image b/scripts/build/chroot_linux-image index 9bb43718b..ae5bb90c4 100755 --- a/scripts/build/chroot_linux-image +++ b/scripts/build/chroot_linux-image @@ -15,7 +15,6 @@ set -e # Setting static variables DESCRIPTION="Schedule kernel packages for installation" -HELP="" USAGE="${PROGRAM} [--force]" # Processing arguments and configuration files diff --git a/scripts/build/chroot_package-lists b/scripts/build/chroot_package-lists index ecc63cc12..e6190f18d 100755 --- a/scripts/build/chroot_package-lists +++ b/scripts/build/chroot_package-lists @@ -15,7 +15,6 @@ set -e # Setting static variables DESCRIPTION="Queue install of package lists into chroot" -HELP="" USAGE="${PROGRAM} {install|live} [--force]" _PASS="${1}" diff --git a/scripts/build/chroot_preseed b/scripts/build/chroot_preseed index a8bc559f7..6852d4fbf 100755 --- a/scripts/build/chroot_preseed +++ b/scripts/build/chroot_preseed @@ -15,7 +15,6 @@ set -e # Setting static variables DESCRIPTION="Execute local preseed in chroot" -HELP="" USAGE="${PROGRAM} [--force]" # Processing arguments and configuration files diff --git a/scripts/build/chroot_proc b/scripts/build/chroot_proc index 48797a3f4..f2637262d 100755 --- a/scripts/build/chroot_proc +++ b/scripts/build/chroot_proc @@ -15,7 +15,6 @@ set -e # Setting static variables DESCRIPTION="Mount /proc" -HELP="" USAGE="${PROGRAM} {install|remove} [--force]" # Processing arguments and configuration files diff --git a/scripts/build/chroot_resolv b/scripts/build/chroot_resolv index fbde2f57b..8e90741a8 100755 --- a/scripts/build/chroot_resolv +++ b/scripts/build/chroot_resolv @@ -15,7 +15,6 @@ set -e # Setting static variables DESCRIPTION="Manage /etc/resolv.conf" -HELP="" USAGE="${PROGRAM} {install|remove} [--force]" # Processing arguments and configuration files diff --git a/scripts/build/chroot_selinuxfs b/scripts/build/chroot_selinuxfs index 59826feb6..293dc6ef5 100755 --- a/scripts/build/chroot_selinuxfs +++ b/scripts/build/chroot_selinuxfs @@ -15,7 +15,6 @@ set -e # Setting static variables DESCRIPTION="Mount /sys/fs/selinux" -HELP="" USAGE="${PROGRAM} {install|remove} [--force]" # Processing arguments and configuration files diff --git a/scripts/build/chroot_sysfs b/scripts/build/chroot_sysfs index 0777e45fb..e26e1cba1 100755 --- a/scripts/build/chroot_sysfs +++ b/scripts/build/chroot_sysfs @@ -15,7 +15,6 @@ set -e # Setting static variables DESCRIPTION="Mount /sys" -HELP="" USAGE="${PROGRAM} {install|remove} [--force]" # Processing arguments and configuration files diff --git a/scripts/build/chroot_sysv-rc b/scripts/build/chroot_sysv-rc index d9b5c8aa6..d102b87c1 100755 --- a/scripts/build/chroot_sysv-rc +++ b/scripts/build/chroot_sysv-rc @@ -15,7 +15,6 @@ set -e # Setting static variables DESCRIPTION="Manage /usr/sbin/policy-rc.d" -HELP="" USAGE="${PROGRAM} {install|remove} [--force]" # Processing arguments and configuration files diff --git a/scripts/build/chroot_tmpfs b/scripts/build/chroot_tmpfs index 4a2e88891..797ca9f18 100755 --- a/scripts/build/chroot_tmpfs +++ b/scripts/build/chroot_tmpfs @@ -15,7 +15,6 @@ set -e # Setting static variables DESCRIPTION="Use tmpfs to speedup the build" -HELP="" USAGE="${PROGRAM} {install|remove} [--force]" # Processing arguments and configuration files diff --git a/scripts/build/installer b/scripts/build/installer index 108f6ff31..1744ee8fa 100755 --- a/scripts/build/installer +++ b/scripts/build/installer @@ -15,7 +15,6 @@ set -e # Setting static variables DESCRIPTION="Preparing installer images" -HELP="" USAGE="${PROGRAM} [--force]" # Automatically populating config tree diff --git a/scripts/build/installer_debian-installer b/scripts/build/installer_debian-installer index 831984cf6..e527dbd40 100755 --- a/scripts/build/installer_debian-installer +++ b/scripts/build/installer_debian-installer @@ -15,7 +15,6 @@ set -e # Setting static variables DESCRIPTION="Install debian-installer into binary" -HELP="" USAGE="${PROGRAM} [--force]" # Processing arguments and configuration files 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 diff --git a/scripts/build/source b/scripts/build/source index 87b2d5367..d6a532ee2 100755 --- a/scripts/build/source +++ b/scripts/build/source @@ -15,7 +15,6 @@ set -e # Setting static variables DESCRIPTION="Build source images" -HELP="" USAGE="${PROGRAM} [--force]" # Automatically populating config tree diff --git a/scripts/build/source_checksums b/scripts/build/source_checksums index 71bca066f..ae4c1becb 100755 --- a/scripts/build/source_checksums +++ b/scripts/build/source_checksums @@ -15,7 +15,6 @@ set -e # Setting static variables DESCRIPTION="Create source checksums" -HELP="" USAGE="${PROGRAM} [--force]" # Processing arguments and configuration files diff --git a/scripts/build/source_debian b/scripts/build/source_debian index 2ba647362..7fdfcffd2 100755 --- a/scripts/build/source_debian +++ b/scripts/build/source_debian @@ -15,7 +15,6 @@ set -e # Setting static variables DESCRIPTION="Debian sources" -HELP="" USAGE="${PROGRAM} [--force]" # Processing arguments and configuration files diff --git a/scripts/build/source_disk b/scripts/build/source_disk index 13a4bc2a3..c05bd330f 100755 --- a/scripts/build/source_disk +++ b/scripts/build/source_disk @@ -15,7 +15,6 @@ set -e # Setting static variables DESCRIPTION="Install disk information into source" -HELP="" USAGE="${PROGRAM} [--force]" # Processing arguments and configuration files diff --git a/scripts/build/source_hdd b/scripts/build/source_hdd index 564783235..4eaf80a8c 100755 --- a/scripts/build/source_hdd +++ b/scripts/build/source_hdd @@ -15,7 +15,6 @@ set -e # Setting static variables DESCRIPTION="Build source image" -HELP="" USAGE="${PROGRAM} [--force]" # Processing arguments and configuration files diff --git a/scripts/build/source_hooks b/scripts/build/source_hooks index c42d143ad..82445cc33 100755 --- a/scripts/build/source_hooks +++ b/scripts/build/source_hooks @@ -15,7 +15,6 @@ set -e # Setting static variables DESCRIPTION="Execute hooks in source" -HELP="" USAGE="${PROGRAM} [--force]" # Processing arguments and configuration files diff --git a/scripts/build/source_iso b/scripts/build/source_iso index cc67aa6ed..77498ac4a 100755 --- a/scripts/build/source_iso +++ b/scripts/build/source_iso @@ -15,7 +15,6 @@ set -e # Setting static variables DESCRIPTION="Build iso source image" -HELP="" USAGE="${PROGRAM} [--force]" # Processing arguments and configuration files diff --git a/scripts/build/source_live b/scripts/build/source_live index 8b447080a..fa39c9390 100755 --- a/scripts/build/source_live +++ b/scripts/build/source_live @@ -15,7 +15,6 @@ set -e # Setting static variables DESCRIPTION="Copy live config into source" -HELP="" USAGE="${PROGRAM} [--force]" # Processing arguments and configuration files diff --git a/scripts/build/source_tar b/scripts/build/source_tar index cdf92648c..aa34f265f 100755 --- a/scripts/build/source_tar +++ b/scripts/build/source_tar @@ -15,7 +15,6 @@ set -e # Setting static variables DESCRIPTION="Build source tarball" -HELP="" USAGE="${PROGRAM} [--force]" # Processing arguments and configuration files |