PR: 2101 (additional)

Submitted by: Roumen Petrov <openssl@roumenpetrov.info>
Approved by: steve@openssl.org

Another mingw fix.
This commit is contained in:
Dr. Stephen Henson 2009-11-15 19:05:13 +00:00
parent cca3ea1e71
commit 320d3fd6af

View File

@ -88,4 +88,6 @@ if [ -f "$LIBCRYPTOSO" -a -z "$preload_var" ]; then
export LD_PRELOAD _RLD_LIST DYLD_INSERT_LIBRARIES
fi
exec "$@"
cmd="$1${EXE_EXT}"
shift
exec "$cmd" "$@"