[pisa-src] r2329 - trunk/tools/pisa_autobuild.sh

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Thu, 13 May 2010 14:02:00 +0200

Author: biurrun
Date: Thu May 13 14:02:00 2010
New Revision: 2329

Log:
autobuild: Export USER environment variable so it is available to scratchbox.

Modified:
   trunk/tools/pisa_autobuild.sh

Modified: trunk/tools/pisa_autobuild.sh
==============================================================================
--- trunk/tools/pisa_autobuild.sh       Wed May 12 18:13:22 2010        (r2328)
+++ trunk/tools/pisa_autobuild.sh       Thu May 13 14:02:00 2010        (r2329)
@@ -126,7 +126,7 @@
 # Crosscompile PISA in a scratchbox environment.
 
 # scratchbox complains if USER is missing from the environment
-USER=$LOGNAME
+export USER=$LOGNAME
 
 CONFIGURATION="Scratchbox ARM crosscompile"
 cd $SCRATCHBOX_HOME || cleanup 1

Other related posts:

  • » [pisa-src] r2329 - trunk/tools/pisa_autobuild.sh - Diego Biurrun