diff options
Diffstat (limited to 'helpers/lh_binary_chroot')
-rwxr-xr-x | helpers/lh_binary_chroot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/lh_binary_chroot b/helpers/lh_binary_chroot index 77ddf4e77..f89c88549 100755 --- a/helpers/lh_binary_chroot +++ b/helpers/lh_binary_chroot @@ -100,7 +100,7 @@ then if [ -e chroot/chroot/"${EXCLUDE}" ] then # Run "rm" inside the chroot so it cannot possibly remove host files. - Chroot "rm -r chroot/${EXCLUDE}" + Chroot chroot "rm -r chroot/${EXCLUDE}" else Echo_warning "Excluded path does not exist: %s" "${EXCLUDE}" fi |