diff options
Diffstat (limited to 'scripts/build/binary_chroot')
-rwxr-xr-x | scripts/build/binary_chroot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/binary_chroot b/scripts/build/binary_chroot index 6f6e71200..0b689894e 100755 --- a/scripts/build/binary_chroot +++ b/scripts/build/binary_chroot @@ -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 'copy chroot into chroot')" +DESCRIPTION="Copy chroot into chroot" HELP="" USAGE="${PROGRAM} [--force]" |