diff options
Diffstat (limited to 'unofficial')
-rw-r--r-- | unofficial/modules/dieter/procedures/automatic | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/unofficial/modules/dieter/procedures/automatic b/unofficial/modules/dieter/procedures/automatic index 9bea7a6..75b08d9 100644 --- a/unofficial/modules/dieter/procedures/automatic +++ b/unofficial/modules/dieter/procedures/automatic @@ -64,6 +64,8 @@ EOF worker_package_list () { $SVN export $SVN_BASE/ddm-configs/$TARGET_HOST/trunk/package-list $var_PKG_FILE || die_error "Could not export package list!" + TARGET_PACKAGES=`cat $var_PKG_FILE` # beware, there are newlines in it now + TARGET_PACKAGES=`echo $TARGET_PACKAGES` # not anymore :) } |