ソースを参照

Merge pull request #9 from igorw/unix-linefeeds

change bin/compile to use unix linefeeds
Jordi Boggiano 13 年 前
コミット
525993cb00
1 ファイル変更9 行追加9 行削除
  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();