mirror of https://github.com/linkerd/linkerd2.git
Fix uname flags for darwin in bin/lint (#4490)
The version of `uname` on Darwin doesn't support the `-o` flag, resulting in an error message when running the `bin/lint` script. We add an if-branch to short-circuit the `uname-o` call if running on Darwin. Signed-off-by: Alex Leong <alex@buoyant.io>
This commit is contained in:
parent
d7f84e6c7b
commit
5635f7377f
Loading…
Reference in New Issue