[hipl-commit] [trunk] Rev 4040: Remove duplicate BUILD_DIR variable declaration.

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: hipl-commit@xxxxxxxxxxxxx
  • Date: Mon, 22 Mar 2010 11:44:32 +0200

Committer: Diego Biurrun <diego@xxxxxxxxxx>
Date: 22/03/2010 at 11:44:32
Revision: 4040
Revision-id: diego@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Branch nick: trunk

Log:
  Remove duplicate BUILD_DIR variable declaration.

Modified:
  M  tools/hipl_autobuild

=== modified file 'tools/hipl_autobuild'
--- tools/hipl_autobuild        2010-03-21 23:06:09 +0000
+++ tools/hipl_autobuild        2010-03-22 09:44:15 +0000
@@ -12,7 +12,6 @@
 
 BRANCH_NAME=$1
 BUILD_DIR=$HOME/tmp/autobuild/hipl
-BUILD_DIR=$HOME/tmp/hipl_autobuild
 BRANCH_URL=$HOME/src/hipl/$BRANCH_NAME
 CHECKOUT_DIR=$BUILD_DIR/$(date +"%Y-%m-%d-%H%M")_$BRANCH_NAME
 BRANCH_REVISION=$(bzr revno -q $BRANCH_URL)

Other related posts:

  • » [hipl-commit] [trunk] Rev 4040: Remove duplicate BUILD_DIR variable declaration. - Diego Biurrun