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 073ada5 commit 05dbae0
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 @@ -59,7 +59,7 @@ ($)
my $cmd = shift;
$cmd =~ /\bjava\b/ or return;
( my $args = $cmd ) =~ s/.*?java\s+//;
$cmd =~ s/\s-(?:cp|classpath)(?:\s+|=)([^\s+]+)(?:\s|$)/ <CLASSPATHS> /;
#$cmd =~ s/\s-(?:cp|classpath)(?:\s+|=)([^\s+]+)(?:\s|$)/ <CLASSPATHS> /;
print "\ncommand: $cmd\n\n";
my $count = 0;
if($args =~ /\s-(?:cp|classpath)(?:\s+|=)([^\s+]+)(?:\s|$)/i){
Expand Down

0 comments on commit 05dbae0

Please sign in to comment.