Merge pull request #28079 from lheckemann/setup-typo-fix

stdenv: fix typo in setup.sh
This commit is contained in:
John Ericson 2017-08-09 18:21:31 -04:00 committed by GitHub
commit d119385b2e

View file

@ -750,7 +750,7 @@ configurePhase() {
buildPhase() {
runHook preBuild
if [[ -z "$makeFlags" && ! ( -n "$makefile" || -e Makefile || -e makefile || -e GNUmakefile[[ ) ]]; then
if [[ -z "$makeFlags" && ! ( -n "$makefile" || -e Makefile || -e makefile || -e GNUmakefile ) ]]; then
echo "no Makefile, doing nothing"
else
# See https://github.com/NixOS/nixpkgs/pull/1354#issuecomment-31260409