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:
3abb725
)
typo
author
Michael Wallner
<mike@php.net>
Mon, 30 Mar 2015 19:19:05 +0000
(21:19 +0200)
committer
Michael Wallner
<mike@php.net>
Mon, 30 Mar 2015 19:19:05 +0000
(21:19 +0200)
src/pharext/Packager.php
patch
|
blob
|
history
diff --git
a/src/pharext/Packager.php
b/src/pharext/Packager.php
index 53fbca23bc498d67661a797f95cc3232d1ac84b3..81bac81d13335cae823b9feb2a541f843a76e118 100644
(file)
--- a/
src/pharext/Packager.php
+++ b/
src/pharext/Packager.php
@@
-213,7
+213,7
@@
class Packager implements Command
$this->source = new SourceDir\Pecl($source);
} elseif ($this->args["git"]) {
$this->source = new SourceDir\Git($source);
- } elseif (is_file("$source/parext_package.php")) {
+ } elseif (is_file("$source/p
h
arext_package.php")) {
$this->source = include "$source/pharext_package.php";
} else {
$this->source = new SourceDir\Basic($source);