From f7c7cb77792acf6bae44a920fd581c3e4b87fe74 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Fri, 19 Nov 2010 09:49:02 +0100 Subject: [PATCH] scripts/install: remove unneded inclusion of project options file Signed-off-by: Stephan Raue --- scripts/install | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/install b/scripts/install index e0f5cce30..9a24665e6 100755 --- a/scripts/install +++ b/scripts/install @@ -54,8 +54,6 @@ if [ -f $PKG_DIR/install ]; then $PKG_DIR/install $@ >&$VERBOSE_OUT fi -. $PROJECT_DIR/$PROJECT/options - for i in `sed -n "s/^\([^#].*\)=\".*$/\1/p" $PROJECT_DIR/$PROJECT/options | grep -v "#"`; do eval val=\$$i echo "STAMP_$i=\"$val"\" >> $STAMP