From 4950e6feb69ed73663faf2977520e90d97bbce03 Mon Sep 17 00:00:00 2001 From: Martin Pool Date: Tue, 20 Nov 2001 06:21:33 +0000 Subject: Back out the change in 1.11 that set the poorly-named $pwd variable -- for the build farm this is actually the root directory for building, or something like that. Thanks a.b. (This used to be commit 309b718842dc36cd0b74c4c735684cd4613fff01) --- testsuite/build_farm/basicsmb.fns | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'testsuite') diff --git a/testsuite/build_farm/basicsmb.fns b/testsuite/build_farm/basicsmb.fns index aa1a0b35d3..5c5d82b00f 100644 --- a/testsuite/build_farm/basicsmb.fns +++ b/testsuite/build_farm/basicsmb.fns @@ -153,5 +153,4 @@ then loglevel=1 fi - -pwd=`pwd` +# NB $pwd is not really `pwd` -- cgit