Merge pull request #201 from msonnabaum/master
Add detect_unicode=0 workaround to shebangpull/228/merge
commit
9125f4dc90
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue