diff options
author | ewt <devnull@localhost> | 1996-12-11 19:15:36 +0000 |
---|---|---|
committer | ewt <devnull@localhost> | 1996-12-11 19:15:36 +0000 |
commit | 5360171eb08096bedc6989176b569a38685d0080 (patch) | |
tree | aea66eddd81557958f9617300f34505ff354ad3d /autodeps/linux.prov | |
parent | 86e019bab8a171bed4317ef6b92cc9aba143055e (diff) | |
download | librpm-tizen-5360171eb08096bedc6989176b569a38685d0080.tar.gz librpm-tizen-5360171eb08096bedc6989176b569a38685d0080.tar.bz2 librpm-tizen-5360171eb08096bedc6989176b569a38685d0080.zip |
fixed case w/ no soname
CVS patchset: 1222
CVS date: 1996/12/11 19:15:36
Diffstat (limited to 'autodeps/linux.prov')
-rw-r--r-- | autodeps/linux.prov | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/autodeps/linux.prov b/autodeps/linux.prov index d59231dce..509c7bec1 100644 --- a/autodeps/linux.prov +++ b/autodeps/linux.prov @@ -12,7 +12,7 @@ for f in $filelist; do if [ "$soname" != "_end" ]; then echo $soname else - echo ${f##*/} - fi + fi + echo ${f##*/} fi done | sort -u |