From 566312388ac7fdfd24bfa3c98e85d5c26eb4776c Mon Sep 17 00:00:00 2001
From: David Rothstein <drothstein@gmail.com>
Date: Mon, 12 Oct 2015 18:40:10 -0400
Subject: [PATCH] Issue #2559335 by epophoto, cilefen, andrewmk:
 password-hash.sh is hardcoded to use "/usr/bin/php"

---
 scripts/password-hash.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/password-hash.sh b/scripts/password-hash.sh
index 004421a896c1..1afe4387a1ca 100755
--- a/scripts/password-hash.sh
+++ b/scripts/password-hash.sh
@@ -1,4 +1,4 @@
-#!/usr/bin/php
+#!/usr/bin/env php
 <?php
 
 /**
-- 
GitLab