[pisa-src] r2251 - trunk/openwrt/build-maemo.sh

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Wed, 07 Apr 2010 18:45:08 +0200

Author: biurrun
Date: Wed Apr  7 18:45:08 2010
New Revision: 2251

Log:
Slightly simplify SCRATCHBOX_HOME variable.

Modified:
   trunk/openwrt/build-maemo.sh

Modified: trunk/openwrt/build-maemo.sh
==============================================================================
--- trunk/openwrt/build-maemo.sh        Wed Apr  7 18:34:29 2010        (r2250)
+++ trunk/openwrt/build-maemo.sh        Wed Apr  7 18:45:08 2010        (r2251)
@@ -15,7 +15,7 @@
 
 ### DON'T CHANGE BELOW THIS LINE ###
 
-SCRATCHBOX_HOME=$SCRATCHBOX/users/$USER/home/$USER
+SCRATCHBOX_HOME=$SCRATCHBOX/users/${USER}${HOME}
 
 if [ $DEBUG = "no" ]; then
     # Silence output to stdout

Other related posts:

  • » [pisa-src] r2251 - trunk/openwrt/build-maemo.sh - Diego Biurrun