nixpkgs/pkgs/shells/bash
Daniel Fullmer 0a8007498f bash: use default PATH in FHS environments
If bash is executed within an environment where PATH is not set, it uses
the DEFAULT_PATH_VALUE compiled into bash to set PATH. In nixpkgs we set
this to /no-such-path by default. This makes sense in a nixpkgs/NixOS
environment since paths like /bin or /usr/bin should not be used.
However, when bash is used inside an FHS environment, this produces
results that differ from distributions which follow the FHS standard.

Before this change:
$ steam-run env -i /bin/bash -c 'echo $PATH'
/no-such-path

After this change:
$ steam-run env -i /bin/bash -c 'echo $PATH'
/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin:.
2022-02-27 15:59:39 -08:00
..
bash-completion Drop myself from meta.maintainers for most packages. 2021-10-14 11:01:27 +02:00
nix-bash-completions nix-bash-completions: add missing pre/postInstall hooks 2022-02-12 10:22:17 +01:00
undistract-me maintainers: rename metadark -> kira-bruneau (#124035) 2021-05-22 16:47:40 +02:00
yarn-completion yarn-bash-completion: init at 0.17.0 2021-09-01 20:35:03 +02:00
5.1.nix bash: use default PATH in FHS environments 2022-02-27 15:59:39 -08:00
bash-5.1-patches.nix bash: update patches (#146463) 2021-11-20 03:46:17 +09:00
pgrp-pipe-5.1.patch bash: don't rely on patch timestamps in build 2021-03-21 16:11:09 +01:00
update-patch-set.sh bash: Quote variable reference 2021-11-23 20:35:45 +13:00