Skip to content

Commit

Permalink
Fixed possible CR in arch (probe2trace.pl)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxsharabayko authored Jun 17, 2021
1 parent 45b16aa commit c98be08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/probe2trace.pl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
GetOptions("arch=s" => \$arch)
or die "invalid command option\n";


$arch =~ s/\r$//; # remove excess \r on WSL

# read file and build list of probes being [[probe_name0, [[arg0_name, arg0_type], [arg1_name, arg1_type], ...], [probe_name2, ...
my @probes = do {
Expand Down

0 comments on commit c98be08

Please sign in to comment.