From ad6b01b388767f2efd39e4b4f10974461fc5220d Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 1 Nov 2008 15:01:33 +0100 Subject: Generalizing internal LH_VERBOSE variable. --- helpers/lh_binary_rootfs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'helpers/lh_binary_rootfs') diff --git a/helpers/lh_binary_rootfs b/helpers/lh_binary_rootfs index 5529a0279..4edac4046 100755 --- a/helpers/lh_binary_rootfs +++ b/helpers/lh_binary_rootfs @@ -249,7 +249,7 @@ case "${LH_CHROOT_FILESYSTEM}" in MKSQUASHFS_OPTIONS="${MKSQUASHFS_OPTIONS} -no-progress" fi - if [ "${LH_VERBOSE}" = "enabled" ] + if [ "${_VERBOSE}" = "enabled" ] then MKSQUASHFS_OPTIONS="${MKSQUASHFS_OPTIONS} -info" fi -- cgit v1.2.3