diff --git a/bin/dumpschema.php b/bin/dumpschema.php index cbadb00f6..9557c4b15 100644 --- a/bin/dumpschema.php +++ b/bin/dumpschema.php @@ -1,6 +1,6 @@ +#!/usr/bin/env php \ No newline at end of file +?> diff --git a/bin/msgimport.sh b/bin/msgimport.sh index fa5678cec..a5161e026 100755 --- a/bin/msgimport.sh +++ b/bin/msgimport.sh @@ -1,5 +1,8 @@ -#!/usr/bin/php +#!/usr/bin/env php \ No newline at end of file +?> diff --git a/bin/update.sh b/bin/update.sh index a9a917c8c..c93d92dec 100755 --- a/bin/update.sh +++ b/bin/update.sh @@ -1,6 +1,8 @@ -#!/usr/bin/php +#!/usr/bin/env php \ No newline at end of file +?>