pallet / stevedore

A shell script embedding in clojure
93 stars 14 forks source link

stevedore uses == in test expressions #24

Closed charles-dyfis-net closed 11 years ago

charles-dyfis-net commented 11 years ago

http://pubs.opengroup.org/onlinepubs/009695399/utilities/test.html specifies = as a comparison operator; == is a bash extension, and not guaranteed to be present.

hugoduncan commented 11 years ago

The bash target is bash specific. A separate POSIX target sounds like it could be useful to have though, so I've opened #26.