summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2003-11-15 01:56:47 +0000
committerJeremy Katz <katzj@redhat.com>2003-11-15 01:56:47 +0000
commite1579cde0df0a6053d3443c8af6eff2682c22445 (patch)
treedab3a7ec2004545c9e15ff875e7d5bd3170c7d3a /utils
parent5935932250878012ad1aa1a8c539463a0038ce35 (diff)
downloadanaconda-e1579cde0df0a6053d3443c8af6eff2682c22445.tar.gz
anaconda-e1579cde0df0a6053d3443c8af6eff2682c22445.tar.xz
anaconda-e1579cde0df0a6053d3443c8af6eff2682c22445.zip
fix pcitable trimming
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;
}