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 77237a6 commit f127bf4Copy full SHA for f127bf4
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