summaryrefslogtreecommitdiffstats
path: root/windows/tools
diff options
context:
space:
mode:
authorScott Wegner <swegner@hdfgroup.org>2008-02-18 16:49:57 (GMT)
committerScott Wegner <swegner@hdfgroup.org>2008-02-18 16:49:57 (GMT)
commitbce180dd5cd59e935339cadd9e287b5d3bcd52eb (patch)
tree3f1c23fe2303190c5c67333e89182619e048cf9c /windows/tools
parent728e308764b30e3e9e64f21d644722f2b523ad9d (diff)
downloadhdf5-bce180dd5cd59e935339cadd9e287b5d3bcd52eb.zip
hdf5-bce180dd5cd59e935339cadd9e287b5d3bcd52eb.tar.gz
hdf5-bce180dd5cd59e935339cadd9e287b5d3bcd52eb.tar.bz2
[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
Diffstat (limited to 'windows/tools')
-rw-r--r--windows/tools/h5import/h5importtestutil.bat2
1 files changed, 1 insertions, 1 deletions
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