Updating based on tips from @techman83

This commit is contained in:
Willhelm Rendahl 2015-05-28 14:23:41 +02:00
parent fe62ac71f4
commit b1d519b6e7
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}\n\n"); } 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;'