This commit is contained in:
Guillaume Nodet
2020-06-21 22:49:02 +02:00
parent 80af2c5ec8
commit b7ec982b24

View File

@@ -141,7 +141,7 @@ public class DefaultClient implements Client {
if (eqPos >= 0) {
commandLineProperties.setProperty(arg.substring(2, eqPos), arg.substring(eqPos+1));
} else {
commandLineProperties.setProperty(arg.substring(2), null);
commandLineProperties.setProperty(arg.substring(2), "");
}
}
args.add(arg);