From c8e7d8922310108f2d46189a8f48abcb68e72534 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sun, 21 Aug 2022 12:38:35 +0200 Subject: WIP: Deferred linking of self --- src/execute.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/execute.h') diff --git a/src/execute.h b/src/execute.h index 2ad81d1..e0626ab 100644 --- a/src/execute.h +++ b/src/execute.h @@ -10,4 +10,4 @@ int execute(const std::string& command, const std::vector& args, const std::map& env, - bool verbose = true); + bool verbose = true, bool terminate = false); -- cgit v1.2.3