Files
nixpkgs/pkgs/stdenv
John Ericson 81194eef45 stdenv-setup: Use set -u as much as possible
Older bash version, like those in the bootstrap tools and on macOS,
currently confuse variables defined as an empty array with undefined
variables. `${foo+"${foo[@]}"}` will prevent `set -u` problems with
empty arrays and older without making a single '' in the empty case.

Care is taken to `set +u` when running hooks so as to not break existing
packages.
2017-08-23 15:57:56 -04:00
..
2017-06-26 09:26:10 -03:00
2017-08-21 18:40:41 -04:00
2017-08-21 18:40:41 -04:00
2017-07-04 21:04:13 -04:00