trunk/nightly/bin/nightly
authornjn <njn@a5019735-40e9-0310-863c-91ae7b9d1cf9>
Thu, 8 Jan 2009 06:24:13 +0000 (06:24 +0000)
committernjn <njn@a5019735-40e9-0310-863c-91ae7b9d1cf9>
Thu, 8 Jan 2009 06:24:13 +0000 (06:24 +0000)
    Use '.' instead of 'source', because that's how /bin/sh does it.  This
    should make the script more reliable on systems that don't have bash as
    the /bin/sh, eg. Ubuntu and Debian.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8920 a5019735-40e9-0310-863c-91ae7b9d1cf9

nightly/bin/nightly

index cd4d9f16c0eea491030362541b22a4b93c8ba839..94797d84766b018249adb24588dc15f9aa3d6042 100755 (executable)
@@ -58,7 +58,7 @@ svn_new_date=`date --date=today     +%Y-%m-%dT%H:%M:%S`
 cd $ABT_TOP
 
 # Setup any relevant environment variables from conf/<tag>.conf.
-source conf/$ABT_MACHINE.conf
+. conf/$ABT_MACHINE.conf
 if [ "${ABT_JOBS}" = "" ]; then
   ABT_JOBS=1
 fi