From 95c008c31af98c64eded684e75ae5631b838811d Mon Sep 17 00:00:00 2001 From: James Tomasino Date: Tue, 1 Jan 2019 23:11:37 -0500 Subject: [PATCH] printf in yesno --- burrow | 1 + 1 file changed, 1 insertion(+) diff --git a/burrow b/burrow index ae1583c..6a6d3af 100755 --- a/burrow +++ b/burrow @@ -563,6 +563,7 @@ edit_config () { } yesno () { + printf "%s \\n" "$1" old_stty_cfg=$(stty -g) stty raw -echo yn=$(while ! head -c 1 | grep -i '[ny]'; do true; done)