Browse Source

Merge pull request #201 from msonnabaum/master

Add detect_unicode=0 workaround to shebang
Jordi Boggiano 13 years ago
parent
commit
9125f4dc90
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Composer/Compiler.php

+ 1 - 1
src/Composer/Compiler.php

@@ -110,7 +110,7 @@ class Compiler
     private function getStub()
     private function getStub()
     {
     {
         return <<<'EOF'
         return <<<'EOF'
-#!/usr/bin/env php
+#!/usr/bin/env php -d detect_unicode=0
 <?php
 <?php
 /*
 /*
  * This file is part of Composer.
  * This file is part of Composer.