COMP: hack fix for old sgi until bootstrap is fixed
This commit is contained in:
parent
3ca1081419
commit
19aff4f3bd
|
@ -2170,7 +2170,7 @@ SystemToolsAppendComponents(
|
|||
out_components.erase(out_components.end()-1, out_components.end());
|
||||
}
|
||||
}
|
||||
else if(*i != "." && *i != "")
|
||||
else if(!(*i == ".") && !(*i != ""))
|
||||
{
|
||||
out_components.push_back(*i);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue