nixpkgs/pkgs/build-support/setup-hooks
Tuomas Tynkkynen d844a1002f stdenv/multiple-outputs: Fix checking of propagatedOutputs
'[[ ! -v "$propagatedOutputs" ]]' is incorrect and always evaluates to
true. The correct form using double brackets would be
'[[ ! -v propagatedOutputs ]]', but I strongly dislike '[[ ]]' due to
the totally different quoting rules compared to everything else in bash.
2015-10-03 14:08:48 +02:00
..
autoreconf.sh
compress-man-pages.sh
enable-coverage-instrumentation.sh
find-xml-catalogs.sh
fix-darwin-dylib-names.sh
keep-build-tree.sh
make-coverage-analysis-report.sh releaseTools.coverageAnalysis: Emit hydra-metrics 2015-07-30 18:06:33 +02:00
make-wrapper.sh makeWrapper: accept --argv0 flag (/cc #9562) 2015-09-01 13:27:12 +02:00
move-docs.sh
move-lib64.sh
move-sbin.sh
multiple-outputs.sh stdenv/multiple-outputs: Fix checking of propagatedOutputs 2015-10-03 14:08:48 +02:00
patch-shebangs.sh patchShebangs: Ignore outputs that don't exist yet 2015-09-17 16:54:07 +02:00
scatter_output.sh
separate-debug-info.sh separateDebugInfo: one more comment 2015-09-23 10:35:40 +02:00
set-java-classpath.sh
strip.sh
wrap-gapps-hook.sh wrapGAppsHook: fix a typo 2015-08-12 05:37:36 +02:00