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 502d7e6 + f127bf4 commit be2c068Copy full SHA for be2c068
regression/test.pl
@@ -74,6 +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
78
}
79
if (scalar @keys) {
80
foreach my $word (split(/\s/, $options)) {
0 commit comments