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:
parent
688b994b45
commit
04450c7dec
1 changed files with 3 additions and 0 deletions
|
@ -2923,6 +2923,9 @@ int CEXEBuild::doCommand(int which_token, LineParser &line)
|
|||
included++;
|
||||
}
|
||||
|
||||
if (included)
|
||||
return PS_OK;
|
||||
|
||||
}
|
||||
|
||||
// nothing found
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue