Skip to content

Commit

Permalink
removed the brackets
Browse files Browse the repository at this point in the history
  • Loading branch information
annaibm committed Jun 26, 2024
1 parent a7c55eb commit ef63bc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/getDependencies.pl
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@

my %jars_to_use;
if ($path =~ /system_lib/) {
%jars_to_use = (%system_jars);
%jars_to_use = %system_jars;
} else {
%jars_to_use = %base;
}
Expand Down

0 comments on commit ef63bc9

Please sign in to comment.