Skip to content

Commit 9612686

Browse files
committed
make the shebang more portable
1 parent 28d0fee commit 9612686

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/cron/email-assigned

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/local/bin/php -q
1+
#!/usr/bin/env php
22
<?php /* vim: set ft=phpbugdb noet ts=4 sw=4 : */
33

44
require __DIR__ . '/../../include/prepend.php';

scripts/cron/no-feedback

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/local/bin/php -q
1+
#!/usr/bin/env php
22
<?php /* vim: set ft=phpbugdb noet ts=4 sw=4 : */
33

44
# this script closes bugs due to lack of feedback.

0 commit comments

Comments
 (0)