diff options
| author | Daniel Baumann <daniel@debian.org> | 2008-11-01 15:01:33 +0100 | 
|---|---|---|
| committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:03:44 +0100 | 
| commit | ad6b01b388767f2efd39e4b4f10974461fc5220d (patch) | |
| tree | bf01253e2fca7538966cdcab8bcd4ba05704ac2a /helpers/lh_binary_rootfs | |
| parent | cb0894b3b3d13da593a36cd45d5e0383adfd78f8 (diff) | |
| download | vyos-live-build-ad6b01b388767f2efd39e4b4f10974461fc5220d.tar.gz vyos-live-build-ad6b01b388767f2efd39e4b4f10974461fc5220d.zip  | |
Generalizing internal LH_VERBOSE variable.
Diffstat (limited to 'helpers/lh_binary_rootfs')
| -rwxr-xr-x | helpers/lh_binary_rootfs | 2 | 
1 files changed, 1 insertions, 1 deletions
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  | 
