From ce86da60ebbf018a086aa387d8641a337e389253 Mon Sep 17 00:00:00 2001 From: Fang Guo Date: Thu, 28 Jul 2005 10:44:21 -0500 Subject: [svn-r11170] Purpose: Maintenance Description: when enable cpp option was chosen, after hdf5check finished, it can not go back to hdf5 directory. Solution: Platforms tested: Misc. update: --- windows/hdf5check.BAT | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/windows/hdf5check.BAT b/windows/hdf5check.BAT index 084ba27..1dd6135 100755 --- a/windows/hdf5check.BAT +++ b/windows/hdf5check.BAT @@ -214,9 +214,9 @@ echo *************************************************************************** cd ..\..\hl\c++\test echo test_hdf5_hl_cpp Debug dll call test_hdf5_hl_cpp Debug dll>> ..\..\..\check_results.txt -echo. >> ..\..\check_results.txt +echo. >> ..\..\..\check_results.txt -cd ..\..\..\..\..\ +cd ..\..\..\ ) -- cgit v0.12