From 8d83ff6b368f748ba498a3d604a02961f1ef4673 Mon Sep 17 00:00:00 2001 From: TiredSounds Date: Thu, 11 Feb 2016 08:32:56 +0000 Subject: [PATCH] Remove newline from echo confirmation on 'todo rm' --- todo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/todo.sh b/todo.sh index 2c0169d6..c900ddc4 100755 --- a/todo.sh +++ b/todo.sh @@ -1081,7 +1081,7 @@ case $action in if [ -z "$3" ]; then if [ $TODOTXT_FORCE = 0 ]; then - echo "Delete '$todo'? (y/n)" + echo -n "Delete '$todo'? (y/n) " read ANSWER else ANSWER="y"