On Thu, Jun 1, 2017 at 5:51 PM, Ben Peart <[email protected]> wrote: > +if [ $1 -eq 1 ]
Tiny nit: Needs quoting:
$ .git/hooks/query-fsmonitor
.git/hooks/query-fsmonitor: 15: [: -eq: unexpected operator
On Thu, Jun 1, 2017 at 5:51 PM, Ben Peart <[email protected]> wrote: > +if [ $1 -eq 1 ]
Tiny nit: Needs quoting:
$ .git/hooks/query-fsmonitor
.git/hooks/query-fsmonitor: 15: [: -eq: unexpected operator