aboutsummaryrefslogtreecommitdiff
path: root/sys/cmd/rc/input.c
diff options
context:
space:
mode:
authorNicholas Noll <nbnoll@eml.cc>2021-10-19 10:53:45 -0700
committerNicholas Noll <nbnoll@eml.cc>2021-10-19 10:53:45 -0700
commitaf3fa90e8bb41c306c5fe2d2cf105db6bbabd1d9 (patch)
tree807c8b5a18a1ff663808b5c369bf1262fdf03021 /sys/cmd/rc/input.c
parent47e3d475df6244a48b73421cd4210b64c392df8d (diff)
Feat: word operators and more robust crashing
Added the length and concatenate operators. Slightly improved the robustness on syntax errors.
Diffstat (limited to 'sys/cmd/rc/input.c')
-rw-r--r--sys/cmd/rc/input.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/cmd/rc/input.c b/sys/cmd/rc/input.c
index 228b2d8..5e5fc78 100644
--- a/sys/cmd/rc/input.c
+++ b/sys/cmd/rc/input.c
@@ -1030,7 +1030,6 @@ readline(char *prompt)
/* insert a newline character at the end */
put(&runner->cmd.io, '\n');
- printf("\n");
return 1;
}