summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/cli_new.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cli_new.c b/src/cli_new.c
index 821d21b..994280b 100644
--- a/src/cli_new.c
+++ b/src/cli_new.c
@@ -1276,6 +1276,9 @@ static boolean check_syn_func(vtw_node *cur,const char *prepend_msg,boolean form
OUTPUT_USER("_errloc_:[%s]\n%s\n\n",prepend_msg,exe_string);
}
}
+ else {
+ OUTPUT_USER("%s\n",exe_string);
+ }
}
}
}