diff --git a/build.sh b/build.sh index 80ed6e6cba..5ba173a061 100755 --- a/build.sh +++ b/build.sh @@ -47,4 +47,4 @@ done echo "Installed mods:" mono --debug ckan.exe list --porcelain -perl -e'@installed = `mono --debug ckan.exe list --porcelain`; foreach (@installed) { /^\S\s(?\S+)/ and system("mono --debug ckan.exe show $+{mod}"); } exit 0;' +perl -e'@installed = `mono --debug ckan.exe list --porcelain`; foreach (@installed) { /^\S\s(?\S+)/ and system("mono --debug ckan.exe show $+{mod}\n\n"); } exit 0;'