diff options
author | Martin Schröder <martin@oneiros.de> | 2007-12-29 20:08:44 +0000 |
---|---|---|
committer | Martin Schröder <martin@oneiros.de> | 2007-12-29 20:08:44 +0000 |
commit | f98106324bdba2018a0dd72f6534c76201e7fff9 (patch) | |
tree | b44609a4d013bb29bbf83b36ebbda74a2c5afc29 /Build/source | |
parent | 0db07a06d4344ae0cd48881fce6f2051b3c934b1 (diff) |
capture stderr of configure
git-svn-id: svn://tug.org/texlive/trunk@5990 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source')
-rwxr-xr-x | Build/source/Build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/Build b/Build/source/Build index 8056a19269b..379054e4883 100755 --- a/Build/source/Build +++ b/Build/source/Build @@ -56,5 +56,5 @@ export GNUMAKE --datadir=$TL_INSTALL_DEST \ $TL_XDVI_TOOLKIT \ $TL_CONFIGURE_ARGS \ - "$@" |tee configure.log\ + "$@" 2>&1|tee configure.log\ && time $TL_MAKE $TL_TARGET 2>&1|tee make.log) |