mirror of https://gitee.com/bigwinds/arangodb
one more place where quotes are wrong
This commit is contained in:
parent
c7ad9ed16d
commit
ce82b0009c
|
@ -774,7 +774,7 @@ if test -n "${TARGET_DIR}"; then
|
|||
${SED} -e "s/.*optimized;//" -e "s/;.*//" -e "s;/lib.*lib;;" -e "s;\([a-zA-Z]*\):;/cygdrive/\1;"
|
||||
)
|
||||
DLLS=$(find "${SSLDIR}" -name \*.dll |grep -i release)
|
||||
cp "${DLLS}" "bin/${BUILD_CONFIG}"
|
||||
cp ${DLLS} "bin/${BUILD_CONFIG}"
|
||||
cp "bin/${BUILD_CONFIG}/"* bin/
|
||||
cp "tests/${BUILD_CONFIG}/"*exe bin/
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue