From b111e8235dbbd336d14657748e8ac81ced77bb1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 6 Aug 2010 08:29:40 +0200 Subject: [PATCH] Add an additional newline before confirmation. --- sunrise-commit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sunrise-commit b/sunrise-commit index 3e849a6..b16f1c1 100755 --- a/sunrise-commit +++ b/sunrise-commit @@ -243,7 +243,7 @@ _EOH_ confirm() { while true; do local answ - printf '%s' "${WHITE}Commit changes?${RESET} [${BGREEN}Yes${RESET}/${RED}No${RESET}] ${GREEN}" >&2 + printf '\n%s' "${WHITE}Commit changes?${RESET} [${BGREEN}Yes${RESET}/${RED}No${RESET}] ${GREEN}" >&2 read answ printf '%s' "${RESET}"