summaryrefslogtreecommitdiffstats
path: root/windows
diff options
context:
space:
mode:
authorScott Wegner <swegner@hdfgroup.org>2008-02-18 16:48:30 (GMT)
committerScott Wegner <swegner@hdfgroup.org>2008-02-18 16:48:30 (GMT)
commit77b17dbe1865483d2aef021074ca981b9ad27a7e (patch)
tree42b5a6c408014ec1c0c754a3e142fd32f3373aca /windows
parent8bcf6981ef7dfe9064a22c1b4fba6c102c8231e9 (diff)
downloadhdf5-77b17dbe1865483d2aef021074ca981b9ad27a7e.zip
hdf5-77b17dbe1865483d2aef021074ca981b9ad27a7e.tar.gz
hdf5-77b17dbe1865483d2aef021074ca981b9ad27a7e.tar.bz2
[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
Diffstat (limited to 'windows')
-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