diff options
Diffstat (limited to 'helpers/lh_source_iso')
-rwxr-xr-x | helpers/lh_source_iso | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/lh_source_iso b/helpers/lh_source_iso index bd8ffd8..d246290 100755 --- a/helpers/lh_source_iso +++ b/helpers/lh_source_iso @@ -69,7 +69,7 @@ then GENISOIMAGE_OPTIONS="${GENISOIMAGE_OPTIONS} -quiet" fi -if [ "${LH_VERBOSE}" = "enabled" ] +if [ "${_VERBOSE}" = "enabled" ] then GENISOIMAGE_OPTIONS="${GENISOIMAGE_OPTIONS} -v" fi |