1
0
Fork 0

Merge pull request #201 from msonnabaum/master

Add detect_unicode=0 workaround to shebang
pull/228/merge
Jordi Boggiano 2012-01-19 01:04:26 -08:00
commit 9125f4dc90
1 changed files with 1 additions and 1 deletions

View File

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