aboutsummaryrefslogtreecommitdiff
path: root/cli/user-info.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/user-info.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/user-info.php')
-rwxr-xr-xcli/user-info.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/user-info.php b/cli/user-info.php
index 2eedd3286..d89439346 100755
--- a/cli/user-info.php
+++ b/cli/user-info.php
@@ -1,4 +1,4 @@
-#!/usr/bin/php
+#!/usr/bin/env php
<?php
require(__DIR__ . '/_cli.php');