summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Sherwood <paul.sherwood@codethink.co.uk>2013-06-02 03:58:19 +0000
committerPaul Sherwood <paul.sherwood@codethink.co.uk>2013-06-02 03:58:19 +0000
commitcf13a8d1879d55a704ea9acf3711b50e4eb65399 (patch)
tree8705d62260eb1acb275633e5fb5e4e70f5933a8b
parentb786d267ba550d356c720fb90a3a403316c4838d (diff)
downloadmorphs-cf13a8d1879d55a704ea9acf3711b50e4eb65399.tar.gz
include build-essential chunks too
-rw-r--r--counter.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/counter.sh b/counter.sh
index 1143639..1f03c68 100644
--- a/counter.sh
+++ b/counter.sh
@@ -47,7 +47,7 @@ do
| grep -o '[-a-z0-9]*'`
for chunk in $chunks
do
- if [ $chunk != $stratum ] && [ $stratum != "build-essential" ] ; then
+ if [ $chunk != $stratum ] ; then
morph edit --no-git-update $system $stratum $chunk
echo $chunk, `sloccount $workspace/*:$chunk 2> /dev/null \
|grep '(SLOC)' | awk '{ print $NF }' | sed 's/,//'`