linkerd2/cni-plugin
Joakim Roubert 8d19b4055b
Improve shellscript portability by using /bin/env (#4628)
Using `/bin/env` increases portability for the shell scripts (and often using `/bin/env` is requested by e.g. Mac users). This would also facilitate testing scripts with different Bash versions via the Bash containers, as they have bash in `/usr/local` and not `/bin`. Using `/bin/env`, there is no need to change the script when testing. (I assume the latter was behind c301ea214b (diff-ecec5e3a811f60bc2739019004fa35b0), which would not happen using `/bin/env`.)

Signed-off-by: Joakim Roubert <joakimr@axis.com>
2020-06-19 15:49:29 -04:00
..
deployment Improve shellscript portability by using /bin/env (#4628) 2020-06-19 15:49:29 -04:00
test Refactor CNI integration tests to use annotations functions (#4363) 2020-05-14 12:13:07 -05:00
Dockerfile Use buster for base and web images too (#4567) 2020-06-15 10:49:26 -07:00
main.go Add `as-group` CLI flag (#3952) 2020-01-22 16:38:31 +02:00