mirror of
https://github.com/openssl/openssl.git
synced 2024-11-21 01:15:20 +08:00
PR: 2101 (additional)
Submitted by: Roumen Petrov <openssl@roumenpetrov.info> Approved by: steve@openssl.org Another mingw fix.
This commit is contained in:
parent
cca3ea1e71
commit
320d3fd6af
@ -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" "$@"
|
||||
|
Loading…
Reference in New Issue
Block a user