diff options
author | Daniel Baumann <daniel@debian.org> | 2008-11-01 14:59:51 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:03:43 +0100 |
commit | cb0894b3b3d13da593a36cd45d5e0383adfd78f8 (patch) | |
tree | fd84aeed9e23f7bd7d36c545d44604954f831bb9 /helpers/lh_binary_iso | |
parent | 3ff1c8050b9e32837fcaad6fbc4e9981f9cbdffd (diff) | |
download | vyos-live-build-cb0894b3b3d13da593a36cd45d5e0383adfd78f8.tar.gz vyos-live-build-cb0894b3b3d13da593a36cd45d5e0383adfd78f8.zip |
Generalizing internal LH_QUIET variable.
Diffstat (limited to 'helpers/lh_binary_iso')
-rwxr-xr-x | helpers/lh_binary_iso | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/lh_binary_iso b/helpers/lh_binary_iso index 7842d3095..549692b3b 100755 --- a/helpers/lh_binary_iso +++ b/helpers/lh_binary_iso @@ -66,7 +66,7 @@ fi GENISOIMAGE_OPTIONS="-J -l -cache-inodes -allow-multidot" # Handle genisoimage live-helper specific options -if [ "${LH_QUIET}" = "enabled" ] +if [ "${_QUIET}" = "enabled" ] then GENISOIMAGE_OPTIONS="${GENISOIMAGE_OPTIONS} -quiet" fi |