summaryrefslogtreecommitdiff
path: root/revdep
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2009-10-06 13:03:54 +0200
committerJuergen Daubert <jue@jue.li>2009-10-06 13:03:54 +0200
commit58ca01eacf40360c223c2b9fa0336f055078779f (patch)
treee306a9f27e1b5974a90d97b816eb62fa98245ec5 /revdep
parent62f818bf101f0c456c8a3a598ec89858fea85d2b (diff)
downloadprt-utils-58ca01eacf40360c223c2b9fa0336f055078779f.tar.gz
prt-utils-58ca01eacf40360c223c2b9fa0336f055078779f.tar.xz
revdep: beautify error output
Diffstat (limited to 'revdep')
-rwxr-xr-xrevdep2
1 files changed, 1 insertions, 1 deletions
diff --git a/revdep b/revdep
index 11460bd..385764c 100755
--- a/revdep
+++ b/revdep
@@ -28,7 +28,7 @@ check_linking() {
if [ $? -eq 0 ]; then
ldd "/$f" 2> /dev/null |grep "not found" &> /dev/null
if [ $? -eq 0 ]; then
- [ "$RD_VERBOSE" = "2" ] && echo "$1: error in: /$f"
+ [ "$RD_VERBOSE" = "2" ] && echo "$1: error in /$f"
err=1
fi
fi

Generated by cgit