Merge pull request #550 from Dazpoet/daz_dont_know_perl

Add newlines in Jenkins output to almost match NetKAN output
This commit is contained in:
Leon Wright 2015-05-28 20:29:21 +08:00
commit 5c9695bbbc
1 changed files with 1 additions and 1 deletions

View File

@ -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(?<mod>\S+)/ and system("mono --debug ckan.exe show $+{mod}"); } exit 0;'
perl -e'@installed = `mono --debug ckan.exe list --porcelain`; foreach (@installed) { /^\S\s(?<mod>\S+)/ and system("mono --debug ckan.exe show $+{mod}"); print "\n\n"; } exit 0;'