projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e58e8d9
)
s/communal/common/
author
Denis Vlasenko
<vda.linux@googlemail.com>
Tue, 21 Aug 2007 10:54:34 +0000
(10:54 -0000)
committer
Denis Vlasenko
<vda.linux@googlemail.com>
Tue, 21 Aug 2007 10:54:34 +0000
(10:54 -0000)
scripts/find_stray_communal_vars
patch
|
blob
|
history
diff --git
a/scripts/find_stray_communal_vars
b/scripts/find_stray_communal_vars
index 95563d1a3dc3d025512a491604ec9a77c153ef8c..9f26bc7ac68c17b8741cbd4479b8c3c7ac3f13ca 100755
(executable)
--- a/
scripts/find_stray_communal_vars
+++ b/
scripts/find_stray_communal_vars
@@
-1,7
+1,7
@@
#!/bin/sh
-# Comm
unal
variables are elusive, they don't show up in size output!
-# This script will show all comm
unal
s in *.o, sorted by size
+# Comm
on
variables are elusive, they don't show up in size output!
+# This script will show all comm
on
s in *.o, sorted by size
find -name '*.o' \
| while read name; do