projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc1b1f4
)
honor install_framework --pkg parameter
author
Gonçalo Queirós
<goncalo.queiros@portugalmail.net>
Thu, 23 Dec 2010 00:16:32 +0000
(
00:16
+0000)
committer
Jan Schneider
<jan@horde.org>
Thu, 23 Dec 2010 13:21:07 +0000
(14:21 +0100)
Signed-off-by: Jan Schneider <jan@horde.org>
Bug: #9452
framework/bin/install_framework
patch
|
blob
|
history
diff --git
a/framework/bin/install_framework
b/framework/bin/install_framework
index
9bbe69c
..
6e9a8e7
100755
(executable)
--- a/
framework/bin/install_framework
+++ b/
framework/bin/install_framework
@@
-79,7
+79,7
@@
for ($i = 1; $i < count($argv); ++$i) {
if (!is_dir($pkg) || !file_exists($pkg . '/package.xml')) {
exit("$pkg is not a valid package directory.\n");
}
- $pkg = preg_replace('|/+$|', '', $pkg)
. '/package.xml'
;
+ $pkg = preg_replace('|/+$|', '', $pkg);
break;
default: