diff options
Diffstat (limited to 'scripts/build/chroot_hacks')
-rwxr-xr-x | scripts/build/chroot_hacks | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/chroot_hacks b/scripts/build/chroot_hacks index 888fdbe23..bba6e48dd 100755 --- a/scripts/build/chroot_hacks +++ b/scripts/build/chroot_hacks @@ -14,7 +14,7 @@ set -e [ -e "${LIVE_BUILD}/scripts/build.sh" ] && . "${LIVE_BUILD}/scripts/build.sh" || . /usr/lib/live/build.sh # Setting static variables -DESCRIPTION="$(Echo 'execute hacks in chroot')" +DESCRIPTION="Execute hacks in chroot" HELP="" USAGE="${PROGRAM} [--force]" |