dpkg spaces not valid
This commit is contained in:
@@ -469,7 +469,7 @@ bool procDpkg(const PIString & l) {
|
||||
for (auto l: lines) {
|
||||
auto sl = l;
|
||||
l = l.left(l.find(":"));
|
||||
if (!l.isEmpty() && !l.endsWith("-cross")) all_deps << l;
|
||||
if (!l.isEmpty() && !l.endsWith("-cross") && !l.contains(' ')) all_deps << l;
|
||||
PICout(true) << "** found \"" << l << "\" in \"" << sl << "\"";
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user