aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--shell/ash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/ash.c b/shell/ash.c
index e27d2e088..eb8706f36 100644
--- a/shell/ash.c
+++ b/shell/ash.c
@@ -7604,7 +7604,7 @@ cmdputs(const char *s)
7604 int quoted = 0; 7604 int quoted = 0;
7605 static const char *const vstype[16] = { 7605 static const char *const vstype[16] = {
7606 nullstr, "}", "-", "+", "?", "=", 7606 nullstr, "}", "-", "+", "?", "=",
7607 "#", "##", "%", "%%" 7607 "%", "%%", "#", "##", nullstr
7608 }; 7608 };
7609 7609
7610 nextc = makestrspace((strlen(s) + 1) * 8, cmdnextc); 7610 nextc = makestrspace((strlen(s) + 1) * 8, cmdnextc);