1
0
Fork 0

Fix handling of signals in non-PHP binaries run via proxies (#12176)

Fixes #12164
pull/12178/head
Jordi Boggiano 2024-10-28 13:32:20 +01:00 committed by GitHub
parent 0a4c2a92aa
commit fa5b361f34
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -406,7 +406,7 @@ if [ -n "\$bashSource" ]; then
fi fi
fi fi
"\${dir}/$binFile" "\$@" exec "\${dir}/$binFile" "\$@"
PROXY; PROXY;
} }