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.
2 parents c103646 + d11c3f7 commit 4c5c3e1Copy full SHA for 4c5c3e1
regression/test.pl
@@ -74,7 +74,7 @@ ($$$$$$$$$$)
74
foreach my $key (@keys) {
75
my $value = $defines->{$key};
76
$options =~ s/(\$$key$|\$$key )/$value /g;
77
- $options =~ s/\$$key([:;])/$value\1/g; # Variables in --classpath are separated by (semi)colons
+ $options =~ s/\$$key([:;])/$value$1/g; # Variables in --classpath are separated by (semi)colons
78
}
79
if (scalar @keys) {
80
foreach my $word (split(/\s/, $options)) {
0 commit comments