Skip to content

Commit 31c3f2a

Browse files
committedNov 30, 2011
Fix to calling the php binary
Summary: by default it was looking for php to be in /usr/bin/php on some systems this is incorrect. It should be using /usr/bin/env php for calling php with the correct path. Test Plan: patch and try to run. Reviewers: epriestley Reviewed By: epriestley CC: svemir, aran, epriestley Differential Revision: 1136
1 parent ec8dbfd commit 31c3f2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎scripts/mail/mail_handler.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/php
1+
#!/usr/bin/env php
22
<?php
33

44
/*

0 commit comments

Comments
 (0)
Failed to load comments.