Skip to content

Commit b1b5fef

Browse files
committed
fix typo
1 parent a43767b commit b1b5fef

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
@@ -138,7 +138,7 @@ function build_netcdf {
138138
&& mkdir build \
139139
&& cd build \
140140
&& export HDF5_PLUGIN_PATH=$BUILD_PREFIX/lib/netcdf-plugins \
141-
&& unset HDF5_PLUGIN_PATH
141+
&& unset HDF5_PLUGIN_PATH \
142142
&& mkdir -p $HDF5_PLUGIN_PATH \
143143
&& cmake ../ -DCMAKE_INSTALL_PREFIX=${BUILD_PREFIX} -DENABLE_NETCDF_4=ON -DENABLE_DAP=ON -DBUILD_SHARED_LIBS=ON -DENABLE_PLUGIN_INSTALL=NO=YES \
144144
&& make -j4 \

0 commit comments

Comments
 (0)