summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
Diffstat (limited to 'utils')
-rwxr-xr-xutils/trimpcitable2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/trimpcitable b/utils/trimpcitable
index 1aac47376..c2cbe425e 100755
--- a/utils/trimpcitable
+++ b/utils/trimpcitable
@@ -1,7 +1,7 @@
#!/usr/bin/perl
foreach $n (@ARGV) {
- $n =~ s/\.o$//;
+ $n =~ s/\.ko$//;
$mods{"\"$n\""} = $n;
}