only accept two parameters to Var if the first one is /GLOBAL

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5316 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2007-10-05 09:01:06 +00:00
parent 610310abd9
commit 0c11506eb5

View file

@ -5546,6 +5546,10 @@ int CEXEBuild::doCommand(int which_token, LineParser &line)
{
a++;
}
else if (line.getnumtokens() == 3)
{
PRINTHELP();
}
if (build_cursection)
{