diff options
Diffstat (limited to 'helpers/binary_chroot')
-rwxr-xr-x | helpers/binary_chroot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/binary_chroot b/helpers/binary_chroot index c9dc4dc..4b3c249 100755 --- a/helpers/binary_chroot +++ b/helpers/binary_chroot @@ -67,7 +67,7 @@ then find /dev | cpio -dmpu chroot fi -if [ "${LH_CHROOT_BUILD}" = "false" ] +if [ "${LH_BUILD_WITH_CHROOT}" = "false" ] then exit 0 fi |