From 0b0cb4afa08210b572a9be6cadcb6397935b99d1 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Mon, 9 Jan 2023 17:31:21 +0100 Subject: Make sure to flush compilation status lines to the console. --- src/execute.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/execute.cc') diff --git a/src/execute.cc b/src/execute.cc index 610ccdd..20a4a02 100644 --- a/src/execute.cc +++ b/src/execute.cc @@ -61,7 +61,7 @@ int execute(const std::string& command, cmd += arg; } - std::cout << cmd << "\n"; + std::cout << cmd << std::endl; } #if 1 -- cgit v1.2.3