From 83b8d7aac997d6f2dc50b5b4f05429d575da985e Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Thu, 26 Jun 2008 08:42:39 +0000 Subject: QPID-1147: Avoid usage of 'source' builtin in pure sh scripts Patch from Manuel Teira that replaces "source" builtin with a dot inclusion on run_test script git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@671824 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/tests/run_test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src') diff --git a/cpp/src/tests/run_test b/cpp/src/tests/run_test index c535c8caaa..06e919c394 100755 --- a/cpp/src/tests/run_test +++ b/cpp/src/tests/run_test @@ -13,7 +13,7 @@ # srcdir=`dirname $0` -source $srcdir/vg_check +. $srcdir/vg_check # Export variables from makefile. export VALGRIND srcdir -- cgit v1.2.1