Explorar el Código

Merge pull request #9 from igorw/unix-linefeeds

change bin/compile to use unix linefeeds
Jordi Boggiano hace 13 años
padre
commit
525993cb00
Se han modificado 1 ficheros con 9 adiciones y 9 borrados
  1. 9 9
      bin/compile

+ 9 - 9
bin/compile

@@ -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();