diff options
author | Scott Wegner <swegner@hdfgroup.org> | 2008-02-18 16:49:57 (GMT) |
---|---|---|
committer | Scott Wegner <swegner@hdfgroup.org> | 2008-02-18 16:49:57 (GMT) |
commit | bce180dd5cd59e935339cadd9e287b5d3bcd52eb (patch) | |
tree | 3f1c23fe2303190c5c67333e89182619e048cf9c | |
parent | 728e308764b30e3e9e64f21d644722f2b523ad9d (diff) | |
download | hdf5-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
-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 |