use envvars in shebang

This commit is contained in:
Phy 2020-06-13 18:41:58 -04:00
parent 6c539c6b73
commit cbfa4829d9
No known key found for this signature in database
GPG Key ID: D475AA55A8144239
9 changed files with 9 additions and 9 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/php
#!/usr/bin/env php
<?php
/**
* Simple command line script to fetch the correct PHPUnit release

View File

@ -1,4 +1,4 @@
#!/usr/bin/php
#!/usr/bin/env php
<?php
use splitbrain\phpcli\CLI;

View File

@ -1,4 +1,4 @@
#!/usr/bin/php
#!/usr/bin/env php
<?php
use splitbrain\phpcli\CLI;

View File

@ -1,4 +1,4 @@
#!/usr/bin/php
#!/usr/bin/env php
<?php
use splitbrain\phpcli\CLI;

View File

@ -1,4 +1,4 @@
#!/usr/bin/php
#!/usr/bin/env php
<?php
use dokuwiki\Extension\PluginController;

View File

@ -1,4 +1,4 @@
#!/usr/bin/php
#!/usr/bin/env php
<?php
use splitbrain\phpcli\CLI;

View File

@ -1,4 +1,4 @@
#!/usr/bin/php
#!/usr/bin/env php
<?php
use splitbrain\phpcli\CLI;

View File

@ -1,4 +1,4 @@
#!/usr/bin/php
#!/usr/bin/env php
<?php
use splitbrain\phpcli\CLI;

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env sh
#
# This script loads the latest jQuery and jQuery-UI 1.* versions from jQuery's CDN
#