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:
parent
79d174005e
commit
cff7507f59
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user