commit | 0c0089576a36d4d432cb7377c7ab9304cc37ecb8 | [log] [tgz] |
---|---|---|
author | Jesse Andrews <anotherjesse@gmail.com> | Sun Nov 06 00:26:29 2011 -0700 |
committer | Jesse Andrews <anotherjesse@gmail.com> | Sun Nov 06 00:26:29 2011 -0700 |
tree | 9cdb118a8c21792e292127863f808f68aeee874b | |
parent | 81881ec89f9c1b8872270e6e8c85891394370578 [diff] [blame] |
accidentally running stack.sh ...
diff --git a/tools/build_uec.sh b/tools/build_uec.sh index cb1ce2d..98b39b9 100755 --- a/tools/build_uec.sh +++ b/tools/build_uec.sh
@@ -176,9 +176,9 @@ git remote set-url origin `cd $TOP_DIR; git remote show origin | grep Fetch | awk '{print $3}'` git fetch git checkout $GIT_COMMIT -cat > localrc <<EOF +cat > localrc <<LOCAL_EOF `cat $TOP_DIR/localrc` -EOF +LOCAL_EOF ./stack.sh EOF