projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eedc10c
)
compat-wireless: change admin-update to clarify lines of code
author
Luis R. Rodriguez
<lrodriguez@atheros.com>
Tue, 15 Jun 2010 21:34:06 +0000
(14:34 -0700)
committer
Luis R. Rodriguez
<lrodriguez@atheros.com>
Tue, 15 Jun 2010 21:34:06 +0000
(14:34 -0700)
Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
scripts/admin-update.sh
patch
|
blob
|
history
diff --git
a/scripts/admin-update.sh
b/scripts/admin-update.sh
index 36cce31010deea5add3865e7d1f017b94db98587..6ffdc75da738a2a3d8724bf40cd10d57092e3634 100755
(executable)
--- a/
scripts/admin-update.sh
+++ b/
scripts/admin-update.sh
@@
-395,7
+395,7
@@
ORIG_CODE=$(find ./ -type f -name \*.[ch] |
egrep -v "^./compat/|include/linux/compat" |
xargs wc -l | tail -1 | awk '{print $1}')
printf "\n${CYAN}compat-wireless code metrics${NORMAL}\n\n" > $CODE_METRICS
-printf "${PURPLE}%10s${NORMAL} - Total upstream code being pulled\n" $ORIG_CODE >> $CODE_METRICS
+printf "${PURPLE}%10s${NORMAL} - Total upstream
lines of
code being pulled\n" $ORIG_CODE >> $CODE_METRICS
for dir in $EXTRA_PATCHES; do
LAST_ELEM=$dir