|
@@ -690,7 +690,7 @@ eclCmdOptionMatchIndicator EclCmdWithEclTarget::matchCommandLineOption(ArgvItera
|
|
|
//Process options which should be passed straight through to eclcc
|
|
|
StringBuffer temp;
|
|
|
if (iter.matchOptionText(temp, ECLOPT_FETCH_REPOS, true, false) || iter.matchOptionText(temp, ECLOPT_UPDATE_REPOS, true, false) ||
|
|
|
- iter.matchOptionText(temp, ECLOPT_DEFAULT_GIT_PREFIX, true, false) || iter.matchOptionText(temp, ECLOPT_REPO_MAPPING, false, true))
|
|
|
+ iter.matchOptionText(temp, ECLOPT_DEFAULT_GIT_PREFIX, false, false) || iter.matchOptionText(temp, ECLOPT_REPO_MAPPING, false, true))
|
|
|
{
|
|
|
extraOptions.append(temp);
|
|
|
return EclCmdOptionMatch;
|