stat: illegal option -- c
Open
development
- Dominant language
- Jsonnet
- Stars
- 7.6k
- Forks
- 475
- PR merge metrics
- No merged PRs in 30d
Description
When running the tests for jsonnet 0.17.0 on macOS 10.13.6 (`./tests.sh`), this is printed:
```
stat: illegal option -- c
usage: stat [-FlLnqrsx] [-f format] [-t timefmt] [file ...]
stat: illegal option -- c
usage: stat [-FlLnqrsx] [-f format] [-t timefmt] [file ...]
```
I guess `-c` is a GNU-specific extension of stat. macOS uses BSD stat, not GNU stat.
Contributor guide
Assessment
This issue has not been assessed yet.