From: Mark Wielaard Date: Sat, 6 Sep 2014 18:33:14 +0000 (+0000) Subject: nightly: source is a bashism, use '.' instead X-Git-Tag: svn/VALGRIND_3_10_0~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e477595f24332849bc697940c302d37507c92798;p=thirdparty%2Fvalgrind.git nightly: source is a bashism, use '.' instead git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14483 --- diff --git a/nightly/bin/nightly b/nightly/bin/nightly index bef93a24be..583e7a9c7b 100755 --- a/nightly/bin/nightly +++ b/nightly/bin/nightly @@ -223,7 +223,7 @@ fi libc=`echo $libc | sed "s/, by Roland.*//"` uname_stuff="`uname -mrs`" if [ -r /etc/os-release ]; then - vendor_stuff="`source /etc/os-release; echo ${NAME} ${VERSION}`" + vendor_stuff="`. /etc/os-release; echo ${NAME} ${VERSION}`" elif which lsb_release 2>&1 > /dev/null; then vendor_stuff="`lsb_release -sicr | xargs echo`" elif [ -e "/etc/issue.net" -a -r "/etc/issue.net" ]; then