jeyb/hackernews

Fix a '==' test bug

Closed this issue · 1 comments

... By using bash instead of sh (on Ubuntu)

Use this:

!/usr/bin/env __ba__sh

To avoid this:
[: 52: ==: unexpected operator
[: 54: : unexpected operator
[: 54: : unexpected operator

jeyb commented

Thanks @rabio for the pull request.