diff --git a/Installation/Jenkins/build.sh b/Installation/Jenkins/build.sh index 56bb831e50..846544269f 100755 --- a/Installation/Jenkins/build.sh +++ b/Installation/Jenkins/build.sh @@ -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