(cherry picked from commit b2ccdae228)
This commit is contained in:
Juergen Spitzmueller 2018-03-10 14:22:51 +01:00
parent 0f33720d29
commit 91ce18388e

View File

@ -2051,7 +2051,7 @@ void Preamble::parse(Parser & p, string const & forceclass,
}
}
if (t.cs() == "includeonly") {
else if (t.cs() == "includeonly") {
vector<string> includeonlys = getVectorFromString(p.getArg('{', '}'));
for (auto & iofile : includeonlys) {
string filename(normalize_filename(iofile));