1
0
mirror of https://github.com/mrclay/minify.git synced 2025-08-12 17:14:24 +02:00

Make cli script more portable

Changing hash-bang interpreter to `#!/usr/bin/env php`, for better portability with OSs such as BSD.
This commit is contained in:
Robert Churchill
2012-10-19 19:42:31 +02:00
parent 248aff9b72
commit 3b2fd8dfd6

View File

@@ -1,4 +1,4 @@
#!/usr/bin/php
#!/usr/bin/env php
<?php
$pathToLib = dirname(dirname(__DIR__)) . '/min/lib';