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 fix nixbld user name/uid for macOS 2021-03-11 10:16:34 -06:00
check-hydra-status.sh Add a github cron to check the hydra status 2021-11-30 17:54:25 +01:00
create-darwin-volume.sh Merge pull request #5489 from abathur/fix_macos_install_vim_plugins 2021-12-08 20:03:45 +00:00
install-darwin-multi-user.sh darwin-install: nail down diskutil 2021-12-01 18:38:32 -06:00
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 Update manual links 2021-12-06 16:42:57 +01:00
install-systemd-multi-user.sh Apply some shellcheck suggestions 2021-11-19 15:18:10 +01:00
install.in switch order of wget and curl 2021-11-19 13:10:04 +01:00
local.mk Remove nix-reduce-build and nix-http-export 2021-11-18 21:17:57 +01:00
nix-profile-daemon.sh.in Apply some shellcheck suggestions 2021-11-19 15:18:10 +01:00
nix-profile.sh.in Provide a default value for NIX_PATH 2019-11-22 22:08:51 +01:00
prepare-installer-for-github-actions Apply some shellcheck suggestions 2021-11-19 15:18:10 +01:00