We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40fd23b commit 35c4053Copy full SHA for 35c4053
src/net/sf/launch4j/config/Config.java
@@ -145,7 +145,7 @@ public void checkInvariants() {
145
Validator.checkOptStrings(variables,
146
Validator.MAX_ARGS,
147
148
- "[^=%\t]+=[^=\t]+",
+ "[^=%\t]+=[^\t]+",
149
"variables",
150
Messages.getString("Config.variables"),
151
Messages.getString("Config.variables.err"));
0 commit comments