diff --git a/common/content/io.js b/common/content/io.js
index 22156ffb..46735370 100644
--- a/common/content/io.js
+++ b/common/content/io.js
@@ -365,7 +365,7 @@ function IO() //{{{
let output = io.system(args);
- commandline.commandOutput(template.commandOutput({output}));
+ commandline.echo(template.commandOutput({output}));
autocommands.trigger("ShellCmdPost", {});
},