From 245c2f29f2498c9d8df16324a81958f047aef0bb Mon Sep 17 00:00:00 2001 From: Daniel Hillenbrand Date: Tue, 14 Aug 2012 15:58:20 +0200 Subject: common blob script cleanup Change-Id: Ie03c5ac51f9f7728501f2999eb05e416f921b2fa --- setup-makefiles.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'setup-makefiles.sh') diff --git a/setup-makefiles.sh b/setup-makefiles.sh index 179e990..8b75338 100755 --- a/setup-makefiles.sh +++ b/setup-makefiles.sh @@ -44,8 +44,8 @@ PRODUCT_COPY_FILES += \\ EOF LINEEND=" \\" -COUNT=`cat proprietary-common-files.txt | grep -v ^# | grep -v ^$ | wc -l | awk {'print $1'}` -for FILE in `cat proprietary-common-files.txt | grep -v ^# | grep -v ^$`; do +COUNT=`cat ../p5100/proprietary-common-files.txt | grep -v ^# | grep -v ^$ | wc -l | awk {'print $1'}` +for FILE in `cat ../p5100/proprietary-common-files.txt | grep -v ^# | grep -v ^$`; do COUNT=`expr $COUNT - 1` if [ $COUNT = "0" ]; then LINEEND="" -- cgit v1.1