diff options
author | Scott Wegner <swegner@hdfgroup.org> | 2008-02-18 16:48:30 (GMT) |
---|---|---|
committer | Scott Wegner <swegner@hdfgroup.org> | 2008-02-18 16:48:30 (GMT) |
commit | 77b17dbe1865483d2aef021074ca981b9ad27a7e (patch) | |
tree | 42b5a6c408014ec1c0c754a3e142fd32f3373aca /windows/tools | |
parent | 8bcf6981ef7dfe9064a22c1b4fba6c102c8231e9 (diff) | |
download | hdf5-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/tools')
-rw-r--r-- | windows/tools/h5import/h5importtestutil.bat | 2 |
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 |