From cff7507f593816a831a14f03862f7bdb24c15d4f Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 27 Jun 2005 05:46:45 +0000 Subject: [PATCH] r7940: use local path first for ldbadd in provisioning --- source/setup/provision.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/setup/provision.pl b/source/setup/provision.pl index c0b5a6ea0b0..fcd3b646d15 100755 --- a/source/setup/provision.pl +++ b/source/setup/provision.pl @@ -402,7 +402,7 @@ if (!$opt_adminpass) { } # allow provisioning to be run from the source directory -$ENV{"PATH"} .= ":bin:../bin"; +$ENV{"PATH"} = "bin:../bin:" . $ENV{"PATH"}; my $res = apply_substitutions($data); -- 2.25.1