Restore '#!/usr/bin/env sh' shebang
parent
0558bf0079
commit
e20668b321
|
@ -307,7 +307,7 @@ class LibraryInstaller implements InstallerInterface
|
||||||
$binFile = basename($binPath);
|
$binFile = basename($binPath);
|
||||||
|
|
||||||
$proxyCode = <<<PROXY
|
$proxyCode = <<<PROXY
|
||||||
#!/bin/sh
|
#!/usr/bin/env sh
|
||||||
|
|
||||||
dir=$(d=$(dirname "$0"); cd "\$d"; cd $binDir && pwd)
|
dir=$(d=$(dirname "$0"); cd "\$d"; cd $binDir && pwd)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue