diff options
Diffstat (limited to 'helpers/lh_binary_iso')
-rwxr-xr-x | helpers/lh_binary_iso | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/lh_binary_iso b/helpers/lh_binary_iso index 8866197b6..b5d3d6ab2 100755 --- a/helpers/lh_binary_iso +++ b/helpers/lh_binary_iso @@ -142,7 +142,7 @@ case "${LH_CHROOT_BUILD}" in mv binary.sh chroot mv binary chroot - Chroot "sh binary.sh" + Chroot chroot "sh binary.sh" # Move image mv chroot/binary chroot/binary.iso ./ |