Skip to content

Commit

Permalink
Stop requiring MacPorts PHP specifically.
Browse files Browse the repository at this point in the history
  • Loading branch information
infininight committed May 7, 2010
1 parent bc7dd3c commit e768d32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Commands/Insert Call to Parent.tmCommand
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<key>beforeRunningCommand</key>
<string>nop</string>
<key>command</key>
<string>#!/opt/local/bin/php
<string>#!/usr/bin/env php
&lt;?php
$file = explode("\n", file_get_contents('php://stdin'));
Expand Down

0 comments on commit e768d32

Please sign in to comment.