From 86c69194a0e10baae13f48d70bb5cb321b5c31cc Mon Sep 17 00:00:00 2001 From: Daniel Hillenbrand Date: Tue, 14 Aug 2012 15:57:50 +0200 Subject: common blob script cleanup Change-Id: If3cde312577c51f1f26722c0da566e859b23283d --- 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 5dc628c..11debcb 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 ../p3100/proprietary-common-files.txt | grep -v ^# | grep -v ^$ | wc -l | awk {'print $1'}` +for FILE in `cat ../p3100/proprietary-common-files.txt | grep -v ^# | grep -v ^$`; do COUNT=`expr $COUNT - 1` if [ $COUNT = "0" ]; then LINEEND="" -- cgit v1.1