aboutsummaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/main.c b/main.c
index 1b3853d..f1c5aa9 100644
--- a/main.c
+++ b/main.c
@@ -1,4 +1,4 @@
-/* $Id: main.c,v 1.206 2003/01/30 16:21:59 ukai Exp $ */
+/* $Id: main.c,v 1.207 2003/01/30 16:35:38 ukai Exp $ */
#define MAINPROGRAM
#include "fm.h"
#include <signal.h>
@@ -2002,6 +2002,7 @@ execsh(void)
cmd = conv_to_system(cmd);
if (cmd != NULL && *cmd != '\0') {
fmTerm();
+ printf("\n");
system(cmd);
printf("\n[Hit any key]");
fflush(stdout);