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_encryption | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'helpers/lh_binary_encryption') diff --git a/helpers/lh_binary_encryption b/helpers/lh_binary_encryption index b45b0b489..df518afd3 100755 --- a/helpers/lh_binary_encryption +++ b/helpers/lh_binary_encryption @@ -102,7 +102,7 @@ do case "${LH_CHROOT_BUILD}" in enabled) - if Chroot aespipe -e ${LH_ENCRYPTION} -T \ + if Chroot chroot aespipe -e ${LH_ENCRYPTION} -T \ < chroot/filesystem.${LH_CHROOT_FILESYSTEM} \ > chroot/filesystem.${LH_CHROOT_FILESYSTEM}.tmp then -- cgit v1.2.3