diff options
Diffstat (limited to 'src/execute.cc')
-rw-r--r-- | src/execute.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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 |