summaryrefslogtreecommitdiffstats
path: root/windows/hdf5build.BAT
diff options
context:
space:
mode:
authorScott Wegner <swegner@hdfgroup.org>2007-07-09 13:37:24 (GMT)
committerScott Wegner <swegner@hdfgroup.org>2007-07-09 13:37:24 (GMT)
commite3df1f4a57de3afa81cd501988cb8e28c3db92ed (patch)
tree9ceeba3857945624d88e826292e7008c9e3d9949 /windows/hdf5build.BAT
parentf6ebd743d80ed41edd55065ed6aba6ae8d349ed7 (diff)
downloadhdf5-e3df1f4a57de3afa81cd501988cb8e28c3db92ed.zip
hdf5-e3df1f4a57de3afa81cd501988cb8e28c3db92ed.tar.gz
hdf5-e3df1f4a57de3afa81cd501988cb8e28c3db92ed.tar.bz2
[svn-r13956] Purpose: Fix typo
Description: There was a typo in the new command-line build script that was making it fail early. This should fix it. Tested: WinXP
Diffstat (limited to 'windows/hdf5build.BAT')
-rwxr-xr-xwindows/hdf5build.BAT2
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/hdf5build.BAT b/windows/hdf5build.BAT
index bd4b8be..b5f9c97 100755
--- a/windows/hdf5build.BAT
+++ b/windows/hdf5build.BAT
@@ -149,7 +149,7 @@ echo. >> %build_results%
for %%a in (debug release) DO (
echo. Building %%a libraries...
echo. Building %%a libraries... >> %build_results%
- devenv .\windows\proj\all\all.sln /rebuild %%a >> %build_results% 2>%1
+ devenv .\windows\proj\all\all.sln /rebuild %%a >> %build_results% 2>&1
if errorlevel 1 goto :eof
)