Skip to content

Commit 015cc45

Browse files
committed
Fix error in Makefile.PL
1 parent bd39e72 commit 015cc45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.PL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ sub search_lib {
2626
return $lib;
2727
} elsif (-f $path . '/' . $libbase_so) {
2828
print "$path/$libbase_so\n";
29-
print "Found `$_/$libbase_so'.\n";
29+
print "Found `$path/$libbase_so'.\n";
3030
return $lib;
3131
}
3232
}

0 commit comments

Comments
 (0)