From 71c15a5f48bc91bd1e26663ed3b76c34fb81b591 Mon Sep 17 00:00:00 2001 From: Martin Pool Date: Thu, 22 Nov 2001 23:59:48 +0000 Subject: Rename $pwd to $test_root to avoid future confusion. (This used to be commit fa7367a9731bc139ff4611f2781f3ca9bc7f89a7) --- testsuite/build_farm/basicsmb.fns | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'testsuite') diff --git a/testsuite/build_farm/basicsmb.fns b/testsuite/build_farm/basicsmb.fns index 5c5d82b00f..5c3ab9b90c 100644 --- a/testsuite/build_farm/basicsmb.fns +++ b/testsuite/build_farm/basicsmb.fns @@ -2,7 +2,7 @@ # Common functions for Samba build scripts. -# Copyright (C) 2001 by Martin Pool +# Copyright (C) 2001 by Martin Pool and others # The following variables are passed in by the calling script. They # originate in either the buildfarm scripts or the configured @@ -24,7 +24,7 @@ template_smb_conf_setup() { cat basicsmb.smb.conf$1.template | \ sed "s|PREFIX|$prefix|g" | \ - sed "s|BUILD_FARM|$pwd|g" | \ + sed "s|BUILD_FARM|$test_root|g" | \ sed "s|WHOAMI|$whoami|g" | \ sed "s|LOGLEVEL|$loglevel|g" \ > $prefix/lib/smb.conf$1 @@ -34,7 +34,7 @@ template_smb_conf_setup() { test_smb_conf_setup() { echo "test_smb_conf_setup: Configuring: " echo " PREFIX=$prefix" - echo " BUILD_FARM=$pwd" + echo " BUILD_FARM=$test_root" echo " WHOAMI=$whoami" echo " LOGLEVEL=$loglevel" echo " TREE=$tree" @@ -153,4 +153,3 @@ then loglevel=1 fi -# NB $pwd is not really `pwd` -- cgit