mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 17:14:44 +01:00
fix not detected modules since use of EGW_REPO_BASE
This commit is contained in:
parent
718ec8006b
commit
a8bc06cdb2
@ -259,7 +259,7 @@ function get_modules_per_repo()
|
||||
$matches = null;
|
||||
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))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user