diff options
-rw-r--r-- | bpkg/utility.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bpkg/utility.cxx b/bpkg/utility.cxx index 96fda0f..ec95264 100644 --- a/bpkg/utility.cxx +++ b/bpkg/utility.cxx @@ -381,7 +381,7 @@ namespace bpkg // example, if we installed into /opt/build2 and run bpkg with absolute // path (and without PATH), then bpkg will be able to find "its" b. // - return process::path_search (b, exec_dir); + return process::path_search (b, true /* init */, exec_dir); } catch (const process_error& e) { |