mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-02-17 16:10:24 +08:00
[svn-r30245] remove incorrect copy
This commit is contained in:
parent
90d1a82839
commit
7e49cb802a
@ -78,12 +78,6 @@ if [ $? != 0 ]; then
|
||||
exit $EXIT_FAILURE
|
||||
fi
|
||||
|
||||
$CP $PLUGIN_LIB4 $PLUGIN_LIBDIR2
|
||||
if [ $? != 0 ]; then
|
||||
echo "Failed to copy plugin library ($PLUGIN_LIB4) for test."
|
||||
exit $EXIT_FAILURE
|
||||
fi
|
||||
|
||||
# setup plugin path
|
||||
ENVCMD="env HDF5_PLUGIN_PATH=${PLUGIN_LIBDIR1}:${PLUGIN_LIBDIR2}"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user