projects
/
pharext
/
pharext
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
15854cb
)
fix shebang
author
Michael Wallner
<mike@php.net>
Wed, 2 Sep 2015 09:56:38 +0000
(11:56 +0200)
committer
Michael Wallner
<mike@php.net>
Wed, 2 Sep 2015 09:56:38 +0000
(11:56 +0200)
src/pharext_packager.php
patch
|
blob
|
history
diff --git
a/src/pharext_packager.php
b/src/pharext_packager.php
index bdce719fbe72ae36d6ccc1655cd106a65f668dd7..5dabb9dd8c7c8e4f39457d3b1f0b80473d090e51 100644
(file)
--- a/
src/pharext_packager.php
+++ b/
src/pharext_packager.php
@@
-1,4
+1,4
@@
-#!/usr/bin/
env
php -dphar.readonly=0
+#!/usr/bin/php -dphar.readonly=0
<?php
/**