stdenv: fix typo in setup.sh

This commit is contained in:
Linus Heckemann 2017-08-09 17:33:02 +01:00
parent 771f28bac8
commit 17753fa005

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