mirror of
https://github.com/predis/predis.git
synced 2026-08-28 03:02:04 +00:00
Use 'env' in the shebang instead of looking for php in /usr/bin.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/php
|
||||
#!/usr/bin/env php
|
||||
<?php
|
||||
// This script can be used to automatically glue all the .php files of Predis
|
||||
// into a single monolithic script file that can be used without an autoloader,
|
||||
|
||||
Reference in New Issue
Block a user