From 710e431c2124ef735333978285f0415799ee4909 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 8 Dec 2020 11:34:51 +0300 Subject: Fix handling --options-file option in default options files --- bpkg/bpkg.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bpkg/bpkg.cxx b/bpkg/bpkg.cxx index 7c1847d..f1ee302 100644 --- a/bpkg/bpkg.cxx +++ b/bpkg/bpkg.cxx @@ -264,7 +264,8 @@ init (const common_options& co, else trace << "loading " << (r ? "remote " : "local ") << f; } - }), + }, + "--options-file"), o); } catch (const pair& e) -- cgit v1.1