diff options
Diffstat (limited to 'helpers/lh_source_debian')
-rwxr-xr-x | helpers/lh_source_debian | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/helpers/lh_source_debian b/helpers/lh_source_debian index fdcbb2d87..63c33c398 100755 --- a/helpers/lh_source_debian +++ b/helpers/lh_source_debian @@ -92,6 +92,11 @@ EOF ;; esac +if [ -n "${LH_TASKS}" ] +then + echo "${LH_TASKSEL}" >> source-selection.txt +fi + MISSING="" grep . source-selection.txt | \ |