Dolda2000 GitWeb
/
utils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
572b516
)
Improve lddot a bit more.
author
fredrik
<fredrik@959494ce-11ee-0310-bf91-de5d638817bd>
Sun, 2 Sep 2007 22:50:53 +0000
(22:50 +0000)
committer
fredrik
<fredrik@959494ce-11ee-0310-bf91-de5d638817bd>
Sun, 2 Sep 2007 22:50:53 +0000
(22:50 +0000)
git-svn-id: svn+ssh://svn.dolda2000.com/srv/svn/repos/src/utils@1104
959494ce
-11ee-0310-bf91-
de5d638817bd
lddot
patch
|
blob
|
blame
|
history
diff --git
a/lddot
b/lddot
index
1748edc
..
bdbc5eb
100755
(executable)
--- 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