[pisa-src] r921 - trunk/auto-update

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Fri, 04 Sep 2009 12:10:13 +0200

Author: biurrun
Date: Fri Sep  4 12:10:13 2009
New Revision: 921

Log:
Fix bashism: Use '.' instead of 'source'.

Modified:
   trunk/auto-update/update-node

Modified: trunk/auto-update/update-node
==============================================================================
--- trunk/auto-update/update-node       Fri Sep  4 12:05:48 2009        (r920)
+++ trunk/auto-update/update-node       Fri Sep  4 12:10:13 2009        (r921)
@@ -56,7 +56,7 @@
        exit 1
 fi
 
-source ${WORKING_DIR}/update/config/config_${MAC}
+. ${WORKING_DIR}/update/config/config_${MAC}
 # Go to working dir
 cd ${WORKING_DIR}/update/
 echo "Reading replacements in ${WORKING_DIR}/update/files"

Other related posts:

  • » [pisa-src] r921 - trunk/auto-update - Diego Biurrun