1
0
Fork 0

Merge pull request #9 from igorw/unix-linefeeds

change bin/compile to use unix linefeeds
pull/10/head
Jordi Boggiano 2011-09-05 01:23:22 -07:00
commit 525993cb00
1 changed files with 9 additions and 9 deletions

View File

@ -1,9 +1,9 @@
#!/usr/bin/env php
<?php
require __DIR__.'/../tests/bootstrap.php';
use Composer\Compiler;
$compiler = new Compiler();
$compiler->compile();
#!/usr/bin/env php
<?php
require __DIR__.'/../tests/bootstrap.php';
use Composer\Compiler;
$compiler = new Compiler();
$compiler->compile();