Skip to content

Commit f127bf4

Browse files
author
Vojtech Forejt
committed
Variable in test.desc file can be also separated by ':'
1 parent 77237a6 commit f127bf4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

regression/test.pl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ ($$$$$$$$$$)
7474
foreach my $key (@keys) {
7575
my $value = $defines->{$key};
7676
$options =~ s/(\$$key$|\$$key )/$value /g;
77+
$options =~ s/\$$key([:;])/$value\1/g; # Variables in --classpath are separated by (semi)colons
7778
}
7879
if (scalar @keys) {
7980
foreach my $word (split(/\s/, $options)) {

0 commit comments

Comments
 (0)