Closed seangarner closed 10 years ago
Thanks Sean. Pushed change to npmjs.org. v0.0.22.
Awesome, thanks Dan. On 17 Jun 2014 19:27, "Dan Clayton" notifications@github.com wrote:
Thanks Sean. Pushed change to npmjs.org.
— Reply to this email directly or view it on GitHub https://github.com/azweb76/node-rpmbuild/pull/2#issuecomment-46346189.
Creating the rpmroot directories used {} expansion which relies on the shell supporting it. Node always seems to use /bin/sh in linux and in ubuntu that's a symlink to dash not bash.
I've modified it to do the expansion in js so which shell is used doesn't matter.