fixed bug #1441877 - !include keeps searching include dirs even after match

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4542 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2006-03-02 17:12:40 +00:00
parent 688b994b45
commit 04450c7dec

View file

@ -2923,6 +2923,9 @@ int CEXEBuild::doCommand(int which_token, LineParser &line)
included++;
}
if (included)
return PS_OK;
}
// nothing found