summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rothstein <drothstein@gmail.com>2015-10-12 18:40:10 -0400
committerDavid Rothstein <drothstein@gmail.com>2015-10-12 18:40:10 -0400
commit566312388ac7fdfd24bfa3c98e85d5c26eb4776c (patch)
tree0beeba13abaf0d0412ee85c9e64f2340636e0490
parent186368f1c98ef0bba70473aabf135026c7e722de (diff)
downloadbrdo-566312388ac7fdfd24bfa3c98e85d5c26eb4776c.tar.gz
brdo-566312388ac7fdfd24bfa3c98e85d5c26eb4776c.tar.bz2
Issue #2559335 by epophoto, cilefen, andrewmk: password-hash.sh is hardcoded to use "/usr/bin/php"
-rwxr-xr-xscripts/password-hash.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/password-hash.sh b/scripts/password-hash.sh
index 004421a89..1afe4387a 100755
--- a/scripts/password-hash.sh
+++ b/scripts/password-hash.sh
@@ -1,4 +1,4 @@
-#!/usr/bin/php
+#!/usr/bin/env php
<?php
/**