aboutsummaryrefslogtreecommitdiff
path: root/cli/list-users.php
diff options
context:
space:
mode:
authorGravatar Alexis Degrugillier <aledeg@users.noreply.github.com> 2020-06-06 19:04:21 +0200
committerGravatar GitHub <noreply@github.com> 2020-06-06 19:04:21 +0200
commit1694264e2ca454a0cc51064ed09a6ed1a759cb01 (patch)
tree89596430ae84add63da7f90eb70a87486e324250 /cli/list-users.php
parentdc68783fc844323682ad19c8156417a1ec7ac998 (diff)
Modify shebang to be more portable (#3038)
The new shebang is a portable way to find the php interpreter. It works on Mac, GNU/Linux and BSD.
Diffstat (limited to 'cli/list-users.php')
-rwxr-xr-xcli/list-users.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/list-users.php b/cli/list-users.php
index b3ce9936f..cfb76a22d 100755
--- a/cli/list-users.php
+++ b/cli/list-users.php
@@ -1,4 +1,4 @@
-#!/usr/bin/php
+#!/usr/bin/env php
<?php
require(__DIR__ . '/_cli.php');