From e20668b32137addf05577ea7216b98ce7fe33448 Mon Sep 17 00:00:00 2001 From: Grzegorz 'Wirone' Korba Date: Thu, 21 Aug 2014 21:43:31 +0200 Subject: [PATCH] Restore '#!/usr/bin/env sh' shebang --- src/Composer/Installer/LibraryInstaller.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Composer/Installer/LibraryInstaller.php b/src/Composer/Installer/LibraryInstaller.php index 3682fa719..df0e2df48 100644 --- a/src/Composer/Installer/LibraryInstaller.php +++ b/src/Composer/Installer/LibraryInstaller.php @@ -307,7 +307,7 @@ class LibraryInstaller implements InstallerInterface $binFile = basename($binPath); $proxyCode = <<