Closed cycomachead closed 6 years ago
This takes John's macBuild from Snippets, but fixes a couple things in --watch.
--watch
AFAICT, the only differences between the Unix versions of things are:
-o
find
UTF-8
stat
See the comment on your other PR. The build script changes are okay, and the redirect ones too, but not the rest. These two PRs contain pretty similar -if not identical- changes.
This takes John's macBuild from Snippets, but fixes a couple things in
--watch
.AFAICT, the only differences between the Unix versions of things are:
-o
output, which the new script just avoidsfind
doesn't default to the current directory on Unix, but it does on gnu.UTF-8
to be all caps, the gnu manpage suggests this should be OK.stat
is different. I just added a conditional for that one.