1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

r7940: use local path first for ldbadd in provisioning

This commit is contained in:
Andrew Tridgell 2005-06-27 05:46:45 +00:00 committed by Gerald (Jerry) Carter
parent 79d174005e
commit cff7507f59

View File

@ -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);