Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
apps are separated by newlines when multi-install/multi-uninstall is called, not spaces
- Loading branch information
apps are separated by newlines when multi-install/multi-uninstall is called, not spaces
b6d71aa
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I usually loop through newline-separated lists with a
for
loop. If it didn't work this time then it seems like a simpleIFS=$'\n'
would have fixed it.b6d71aa
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tried that... and it didn't work
b6d71aa
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It worked fine for me. I've removed this unnecessary use of echo with commit 689f767.