Skip to content

Commit

Permalink
updated java_show_classpath.pl
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSekhon committed Jul 23, 2024
1 parent 5c6e8d6 commit 07b77ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java_show_classpath.pl
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ ($)
/^java.class.path\s*=\s*/ or next;
s/^java.class.path\s*=\s*//;
my $count = 0;
foreach(split(/\\:/, $_)){
foreach(split(/\\?:/, $_)){
next if /^\s*$/;
print "classpath: $_\n";
$count++;
Expand Down

0 comments on commit 07b77ab

Please sign in to comment.