nixpkgs/pkgs/stdenv/mingw/fix-builder.sh
Martin Bravenboer 1838237d25 More variables to fix
svn path=/nixpkgs/trunk/; revision=6266
2006-08-27 11:27:25 +00:00

23 lines
481 B
Bash
Executable file

# Workaround MSYS shell problem
if test -z "$out"; then
buildInputs=$BUILDINPUTS
buildUtilities=$BUILDUTILITIES
configureFlags=$CONFIGUREFLAGS
doCheck=$DOCHECK
doCoverageAnalysis=$DOCOVERAGEANALYSIS
dontInstall=$DONTINSTALL
dontLogThroughTee=$DONTLOGTHROUGHTEE
lcov=$LCOV
logPhases=$LOGPHASES
out=$OUT
patches=$PATCHES
propagatedBuildInputs=$PROPAGATEDBUILDINPUTS
stdenv=$STDENV
src=$SRC
srcs=$SRCS
succeedOnFailure=$SUCCEEDONFAILURE
fi
source $@