26 Mar
2015
26 Mar
'15
1:59 p.m.
On 26. 3. 2015 14:53, Dave Reisner wrote:
+ for pkg in $pkgname; do
This can't be right -- you wanted "${pkgname[@]}" (with quotes).
+ rm -rf "$pkgdirbase/$pkg" + done
I wasn't completely sure about it, but I don't think pkgnames can contain whitespace and it is what Allan suggested. Maybe I wasn't supposed to copy it verbatim. Am I missing `local pkg` there somewhere? -- David Macek