mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
fix not detected modules since use of EGW_REPO_BASE
This commit is contained in:
parent
f4dc9ebc3b
commit
27cfc4d2e0
@ -259,7 +259,7 @@ function get_modules_per_repo()
|
|||||||
$matches = null;
|
$matches = null;
|
||||||
if (isset($baseurl))
|
if (isset($baseurl))
|
||||||
{
|
{
|
||||||
$line = str_replace("\$(git config --get remote.origin.url|sed 's|/egroupware.git||')", $baseurl, $line);
|
$line = str_replace("\${EGW_REPO_BASE:-\$(git config --get remote.origin.url|sed 's|/egroupware.git||')}", $baseurl, $line);
|
||||||
}
|
}
|
||||||
if ($line && $line[0] == '[' && preg_match('/^\[([^]]*)\]/', $line, $matches))
|
if ($line && $line[0] == '[' && preg_match('/^\[([^]]*)\]/', $line, $matches))
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user