1
0
Fork 0

one more place where quotes are wrong

This commit is contained in:
Wilfried Goesgens 2017-05-23 15:39:06 +02:00
parent c7ad9ed16d
commit ce82b0009c
1 changed files with 1 additions and 1 deletions

View File

@ -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