1
0
Fork 0

Restore '#!/usr/bin/env sh' shebang

pull/3184/head
Grzegorz 'Wirone' Korba 2014-08-21 21:43:31 +02:00
parent 0558bf0079
commit e20668b321
1 changed files with 1 additions and 1 deletions

View File

@ -307,7 +307,7 @@ class LibraryInstaller implements InstallerInterface
$binFile = basename($binPath);
$proxyCode = <<<PROXY
#!/bin/sh
#!/usr/bin/env sh
dir=$(d=$(dirname "$0"); cd "\$d"; cd $binDir && pwd)