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 0cb0243f1..31a4a8555 100755 --- a/helpers/lh_source_iso +++ b/helpers/lh_source_iso @@ -35,7 +35,7 @@ fi if ! echo "${LH_SOURCE_IMAGES}" | grep -qs iso then - exit 0 + exit 0 fi Echo_message "Begin building source iso image..." |