summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorErik Troan <ewt@redhat.com>1999-07-22 23:03:16 +0000
committerErik Troan <ewt@redhat.com>1999-07-22 23:03:16 +0000
commitd1a9819aa73ff0190b574def758aeb58c99238d5 (patch)
tree5e98f18bcf31f0b9d83b4b04b259ed369397da95 /utils
parent277b4e068d26dee709c35385e7086a0e74f05dab (diff)
downloadanaconda-d1a9819aa73ff0190b574def758aeb58c99238d5.tar.gz
anaconda-d1a9819aa73ff0190b574def758aeb58c99238d5.tar.xz
anaconda-d1a9819aa73ff0190b574def758aeb58c99238d5.zip
wasn't filtering multiple deps properly
Diffstat (limited to 'utils')
-rwxr-xr-xutils/filtermoddeps2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/filtermoddeps b/utils/filtermoddeps
index e798a9ecf..94eca24bb 100755
--- a/utils/filtermoddeps
+++ b/utils/filtermoddeps
@@ -1,4 +1,4 @@
#!/bin/bash
-cat $1 | grep ':.*o' | sed -e 's/\.o//g' | sed 's,/[^:]*/,,g'
+cat $1 | grep ':.*o' | sed -e 's/\.o//g' | sed 's,/[^: ]*/,,g'