summaryrefslogtreecommitdiff
path: root/autodeps
diff options
context:
space:
mode:
authorewt <devnull@localhost>1996-12-12 21:33:45 +0000
committerewt <devnull@localhost>1996-12-12 21:33:45 +0000
commit6c4819a2b885bc8c9cf307020a46bd55bd67ca6e (patch)
tree91ca539a90662d0cf25a082311e18d960104978c /autodeps
parent86982f323309afdde38ea6e0bb546621e11568f1 (diff)
downloadlibrpm-tizen-6c4819a2b885bc8c9cf307020a46bd55bd67ca6e.tar.gz
librpm-tizen-6c4819a2b885bc8c9cf307020a46bd55bd67ca6e.tar.bz2
librpm-tizen-6c4819a2b885bc8c9cf307020a46bd55bd67ca6e.zip
fixed some typoes
CVS patchset: 1241 CVS date: 1996/12/12 21:33:45
Diffstat (limited to 'autodeps')
-rw-r--r--autodeps/linux.prov4
1 files changed, 2 insertions, 2 deletions
diff --git a/autodeps/linux.prov b/autodeps/linux.prov
index 509c7bec1..aaede68fb 100644
--- a/autodeps/linux.prov
+++ b/autodeps/linux.prov
@@ -11,8 +11,8 @@ for f in $filelist; do
if [ "$soname" != "" ]; then
if [ "$soname" != "_end" ]; then
echo $soname
- else
- fi
+ fi
+ else
echo ${f##*/}
fi
done | sort -u