375490 NPE with --help on command line

This commit is contained in:
Jan Bartel 2012-03-28 14:47:27 +11:00
parent 72951403d3
commit 22f437c36d
1 changed files with 1 additions and 1 deletions

View File

@ -381,7 +381,7 @@ public class Main
}
else if (info.equals("@STARTINI"))
{
List<String> ini = loadStartIni(null);
List<String> ini = loadStartIni(new File(_jettyHome,"start.ini"));
if (ini != null && ini.size() > 0)
{
for (String a : ini)