From 58acb5c5f157bf2bc4f30badd54874458fd55cc7 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 18 Jan 2017 20:45:59 +1300 Subject: Revert "Remove some quotes that confused OpenBSD" This reverts commit f825245902048e324a3567e0967f21cc1fae5bd3. --- sh/shrc.d/ed.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sh/shrc.d/ed.sh') diff --git a/sh/shrc.d/ed.sh b/sh/shrc.d/ed.sh index 2333cc0f..3e544c74 100644 --- a/sh/shrc.d/ed.sh +++ b/sh/shrc.d/ed.sh @@ -19,10 +19,10 @@ ed() { tput setaf "$ec" 0 0 || tput AF "$ec" || tput AF "$ec" 0 0 - printf %s "${ED_PROMPT:-*}" + printf %s "${ED_PROMPT:-'*'}" tput sgr0 || tput me else - printf %s "${ED_PROMPT:-*}" + printf %s "${ED_PROMPT:-'*'}" fi 2>/dev/null )" "$@" -- cgit v1.2.3