From bce180dd5cd59e935339cadd9e287b5d3bcd52eb Mon Sep 17 00:00:00 2001 From: Scott Wegner Date: Mon, 18 Feb 2008 11:49:57 -0500 Subject: [svn-r14600] Purpose: Backport of Windows typo fix from the trunk Description: Purpose: Fix very minor typo in Windows h5import test script 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