Skip to content

Commit 906f83b

Browse files
author
Jeff Whitaker
authored
Update config.sh
1 parent 8aec195 commit 906f83b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ function build_hdf5 {
130130
clang ../../src/H5detect.c -I ../../src/ -o H5detect
131131
clang ../../src/H5make_libsettings.c -I ../../src/ -o H5make_libsettings
132132
ls -l
133-
cd ..
133+
cd ../..
134134
export PATH=$(pwd)/native-build/bin:$PATH
135135
make -j4
136136
make install

0 commit comments

Comments
 (0)