From e3df1f4a57de3afa81cd501988cb8e28c3db92ed Mon Sep 17 00:00:00 2001 From: Scott Wegner Date: Mon, 9 Jul 2007 08:37:24 -0500 Subject: [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 --- windows/hdf5build.BAT | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) -- cgit v0.12