baskerville / owlman

A pacman and cower wrapper
The Unlicense
24 stars 4 forks source link

Use #!/bin/sh instead of #!/bin/dash #18

Closed cdown closed 10 years ago

cdown commented 10 years ago

I believe from a quick skim that this does not require anything dash-specific, it just requires a POSIX shell. Changing the shebang would allow the removal of a dependency on dash on distributions where another POSIX shell is available by default (which is most Linux distributions, since they contain bash).

If there is anything dash-specific, I am happy to help in refactoring it.