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

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Wed, 07 Apr 2010 13:10:44 +0200

Author: biurrun
Date: Wed Apr  7 13:10:44 2010
New Revision: 2246

Log:
Use $HOME directly instead of /home/$USER.

Modified:
   trunk/openwrt/build-maemo.sh

Modified: trunk/openwrt/build-maemo.sh
==============================================================================
--- trunk/openwrt/build-maemo.sh        Wed Apr  7 13:09:53 2010        (r2245)
+++ trunk/openwrt/build-maemo.sh        Wed Apr  7 13:10:44 2010        (r2246)
@@ -10,8 +10,8 @@
 
 DEBUG=yes
 SCRATCHBOX="/srv/power/scratchbox"
-PISA="/home/$USER/src/pisa"
-HIPL="/home/$USER/src/hipl/trunk"
+PISA="$HOME/src/pisa"
+HIPL="$HOME/src/hipl/trunk"
 
 ### DON'T CHANGE BELOW THIS LINE ###
 

Other related posts:

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