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 cf62fdf75..f1c21188e 100644
--- a/shell/ash.c
+++ b/shell/ash.c
@@ -13388,7 +13388,7 @@ expandstr(const char *ps, int syntax_type)
13388 * PS1='$(date "+%H:%M:%S) > ' 13388 * PS1='$(date "+%H:%M:%S) > '
13389 */ 13389 */
13390 exception_handler = &jmploc; 13390 exception_handler = &jmploc;
13391 readtoken1(pgetc(), syntax_type, FAKEEOFMARK, 0); 13391 readtoken1(pgetc_eatbnl(), syntax_type, FAKEEOFMARK, 0);
13392 13392
13393 n.narg.type = NARG; 13393 n.narg.type = NARG;
13394 n.narg.next = NULL; 13394 n.narg.next = NULL;