From 77b17dbe1865483d2aef021074ca981b9ad27a7e Mon Sep 17 00:00:00 2001 From: Scott Wegner Date: Mon, 18 Feb 2008 11:48:30 -0500 Subject: [svn-r14599] Purpose: Fix very minor typo in Windows h5import test script Description: Single-letter typo in the Windows test script was causing us to return the wrong error code in some cases. Tested: VS2005 on WinXP --- windows/tools/h5import/h5importtestutil.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/tools/h5import/h5importtestutil.bat b/windows/tools/h5import/h5importtestutil.bat index 5307473..c2efe87 100644 --- a/windows/tools/h5import/h5importtestutil.bat +++ b/windows/tools/h5import/h5importtestutil.bat @@ -168,5 +168,5 @@ goto main ) popd - endlocal & exit /b %nerrors% + endlocal & exit /b %errors% \ No newline at end of file -- cgit v0.12