1
0
Fork 0

Use /usr/bin/env instead of /bin/env.

pull/1/head
Nils Adermann 2011-04-18 00:39:28 +02:00
parent 8c9f8fb86f
commit 9183ce18d9
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/bin/env php
#!/usr/bin/env php
<?php
require __DIR__.'/../tests/bootstrap.php';
@ -13,4 +13,4 @@ $composer->addDownloader('git', new GitDownloader);
$composer->addInstaller('library', new LibraryInstaller);
$cmd = new InstallCommand();
$cmd->install($composer);
$cmd->install($composer);