allow only one script in the command line and don't process any arguments after it
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5048 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
845566790d
commit
7f37f6ff24
1 changed files with 2 additions and 2 deletions
|
@ -148,10 +148,10 @@ void ProcessCommandLine()
|
|||
else
|
||||
{
|
||||
SetScript(argv[i], false);
|
||||
PushMRUFile(g_sdata.script);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
PushMRUFile(g_sdata.script);
|
||||
}
|
||||
|
||||
if (argSpaceSize)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue