1
Fork 0
hermetic_cc_toolchain/test
Luis Holanda c4125cf13b Support NixOS and others non-FHS Linux distros
As it expects Bash to be at `/bin/bash`, the current implementation
fails to execute on NixOS, given that there bash is in a non-standard
path (i.g. `/nix/store/<hash>-bash-interactive-<version>/bin/bash`).

This patch specifically changes `/bin/bash` paths to use `/usr/bin/env bash`,
which should give the correct path in every Unix system.

Signed-off-by: Luis Holanda <luiscmholanda@gmail.com>
2022-07-28 12:44:57 -07:00
..
c Support NixOS and others non-FHS Linux distros 2022-07-28 12:44:57 -07:00
cgo windows tests: move tests, get rid of wine-binfmt 2022-06-06 10:33:46 +03:00
gorace [zig ld] --gc-sections workaround + tests 2022-05-05 13:36:58 +03:00
windows windows tests: move tests, get rid of wine-binfmt 2022-06-06 10:33:46 +03:00