From 19fe50f521bae5d699604ec9d7f4ecdf17a41f4c Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 28 Jan 2017 17:18:01 +1300 Subject: Correct a typeset call --- ksh/kshrc.d/prompt.ksh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ksh') diff --git a/ksh/kshrc.d/prompt.ksh b/ksh/kshrc.d/prompt.ksh index 3f526526..1d4db926 100644 --- a/ksh/kshrc.d/prompt.ksh +++ b/ksh/kshrc.d/prompt.ksh @@ -80,7 +80,7 @@ function prompt { } >/dev/null 2>&1 # Play ball with ksh's way of escaping non-printing characters - typeset es nl + typeset es cr es=$(printf '\01') cr=$(printf '\r') -- cgit v1.2.3