lix/scripts
Travis A. Everett bdb5e03821 install-darwin: dodge bash 3.2 command bug
The script is trying to find chown in a cross-platform-like
way, but there's some sort of deficiency in `command -p` in
the default macOS bash 3.2. It looks like it will just use
whatever PATH is already set, instead of the "default" path.

This attempts to hard-set a PATH via `getconf PATH`. It will
just set an empty PATH if that fails for some reason. A
properly-functioning `command -p` should not care what we
set the PATH to here one way or the other.

Hopefully fixes #5768.
2022-01-21 10:47:06 -06:00
..
bigsur-nixbld-user-migration.sh
check-hydra-status.sh
create-darwin-volume.sh
install-darwin-multi-user.sh
install-multi-user.sh install-darwin: dodge bash 3.2 command bug 2022-01-21 10:47:06 -06:00
install-nix-from-closure.sh
install-systemd-multi-user.sh
install.in
local.mk
nix-profile-daemon.sh.in
nix-profile.sh.in
prepare-installer-for-github-actions