From: fredrik Date: Sun, 2 Sep 2007 22:50:53 +0000 (+0000) Subject: Improve lddot a bit more. X-Git-Url: http://dolda2000.com/gitweb/?p=utils.git;a=commitdiff_plain;h=442d5c52dbb87bb1413860cd564e52002460587d Improve lddot a bit more. git-svn-id: svn+ssh://svn.dolda2000.com/srv/svn/repos/src/utils@1104 959494ce-11ee-0310-bf91-de5d638817bd --- diff --git a/lddot b/lddot index 1748edc..bdbc5eb 100755 --- a/lddot +++ b/lddot @@ -53,6 +53,7 @@ examine() { while read lib; do if ! lib2="$(findlib "$lib")"; then echo "\"$lib\" [ color=red ];" + echo "lddot: $lib: not found" >&2 echo "\"$1\" -> \"$lib\";" continue fi