From: Nicholas Nethercote Date: Thu, 8 Jan 2009 06:24:13 +0000 (+0000) Subject: trunk/nightly/bin/nightly X-Git-Tag: svn/VALGRIND_3_5_0~1113 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9019865c4a7821a8184d6acd0690ddc8c4850a3a;p=thirdparty%2Fvalgrind.git trunk/nightly/bin/nightly 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 --- diff --git a/nightly/bin/nightly b/nightly/bin/nightly index cd4d9f16c0..94797d8476 100755 --- a/nightly/bin/nightly +++ b/nightly/bin/nightly @@ -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/.conf. -source conf/$ABT_MACHINE.conf +. conf/$ABT_MACHINE.conf if [ "${ABT_JOBS}" = "" ]; then ABT_JOBS=1 fi