From 1c1e7db6c44d639fd51ee23061087c7d14b6ef6b Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 28 Oct 2008 16:44:06 +0100 Subject: Generalizing internal Chroot(); by requiring its first argument to be the chroot directory. --- helpers/lh_binary_chroot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'helpers/lh_binary_chroot') 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 -- cgit v1.2.3