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:
parent
610310abd9
commit
0c11506eb5
1 changed files with 4 additions and 0 deletions
|
@ -5546,6 +5546,10 @@ int CEXEBuild::doCommand(int which_token, LineParser &line)
|
||||||
{
|
{
|
||||||
a++;
|
a++;
|
||||||
}
|
}
|
||||||
|
else if (line.getnumtokens() == 3)
|
||||||
|
{
|
||||||
|
PRINTHELP();
|
||||||
|
}
|
||||||
|
|
||||||
if (build_cursection)
|
if (build_cursection)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue