X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=util%2Fshlib_wrap.sh;h=9416d593d2b8d48fcb4579f6718826b8813501bd;hp=d744ff303d6affd6b8c50b64ded90e8895bbaf99;hb=f953c2d039f81ecbe8dfec86c3c22f204262cd21;hpb=4f33534c8a684d257ef3e105b1badf07e3a56448 diff --git a/util/shlib_wrap.sh b/util/shlib_wrap.sh index d744ff303d..9416d593d2 100755 --- a/util/shlib_wrap.sh +++ b/util/shlib_wrap.sh @@ -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" "$@"