diff options
author | David Rothstein <drothstein@gmail.com> | 2015-10-12 18:40:10 -0400 |
---|---|---|
committer | David Rothstein <drothstein@gmail.com> | 2015-10-12 18:40:10 -0400 |
commit | 566312388ac7fdfd24bfa3c98e85d5c26eb4776c (patch) | |
tree | 0beeba13abaf0d0412ee85c9e64f2340636e0490 /scripts | |
parent | 186368f1c98ef0bba70473aabf135026c7e722de (diff) | |
download | brdo-566312388ac7fdfd24bfa3c98e85d5c26eb4776c.tar.gz brdo-566312388ac7fdfd24bfa3c98e85d5c26eb4776c.tar.bz2 |
Issue #2559335 by epophoto, cilefen, andrewmk: password-hash.sh is hardcoded to use "/usr/bin/php"
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/password-hash.sh | 2 |
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 /** |