aboutsummaryrefslogtreecommitdiff
path: root/smash/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'smash/main.c')
-rw-r--r--smash/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/smash/main.c b/smash/main.c
index 645f4eb..fe393e1 100644
--- a/smash/main.c
+++ b/smash/main.c
@@ -88,6 +88,8 @@ int main(int argc, char *argv[])
line = new_line_and_replace_vars(linebuf, BUFSIZ);
line_length = cstr_length(line);
+ wff(STDERR_FD, "execute: %s\n", line);
+
if (line_length > 0) {
exec(line);
}