summaryrefslogtreecommitdiffstats
path: root/windows/hdf5check.BAT
diff options
context:
space:
mode:
authorFang Guo <fangguo@ncsa.uiuc.edu>2005-07-28 15:44:21 (GMT)
committerFang Guo <fangguo@ncsa.uiuc.edu>2005-07-28 15:44:21 (GMT)
commitce86da60ebbf018a086aa387d8641a337e389253 (patch)
treed9a838d705ff3315fba2c7f6d85a2f000f13ba20 /windows/hdf5check.BAT
parent34e11ce421a248b11f4d23a84e781d116a1a7ccb (diff)
downloadhdf5-ce86da60ebbf018a086aa387d8641a337e389253.zip
hdf5-ce86da60ebbf018a086aa387d8641a337e389253.tar.gz
hdf5-ce86da60ebbf018a086aa387d8641a337e389253.tar.bz2
[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:
Diffstat (limited to 'windows/hdf5check.BAT')
-rwxr-xr-xwindows/hdf5check.BAT4
1 files 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 ..\..\..\
)