I highly doubt that given /usr/bin/env is basically required for any posix compliant unix. Even linux distros fit that bill.
$ docker run --user root --rm -it alpine:latest sh
/ # apk update
fetch http://dl-cdn.alpinelinux.org/alpine/v3.6/main/x86_64/APKINDEX.tar.gz
apk add fetch http://dl-cdn.alpinelinux.org/alpine/v3.6/community/x86_64/APKINDEX.tar.gz
v3.6.2-25-g69c0672374 [http://dl-cdn.alpinelinux.org/alpine/v3.6/main]
v3.6.2-26-gc0c3f19f19 [http://dl-cdn.alpinelinux.org/alpine/v3.6/community]
OK: 8436 distinct packages available
/ # apk add bash
(1/5) Installing ncurses-terminfo-base (6.0-r7)
(2/5) Installing ncurses-terminfo (6.0-r7)
(3/5) Installing ncurses-libs (6.0-r7)
(4/5) Installing readline (6.3.008-r5)
(5/5) Installing bash (4.3.48-r1)
Executing bash-4.3.48-r1.post-install
Executing busybox-1.26.2-r5.trigger
OK: 12 MiB in 16 packages
/ # which bash
/bin/bash
/ # which env
/usr/bin/env
# /usr/bin/env bash
bash-4.3#
The “Pay other people to audit your code” link https://wemake.services/meta/rsdp/auditions/ is broken. Is there really such a service? I’m mostly looking for “code review trades” though.
Sorry about that. Here’s the correct link: https://wemake.services/meta/rsdp/audits/
Thanks!
Pretty confident the url is supposed to end in
/audits/instead of/auditions/