From dd53c656a91538c8e83054a50b570eb0eb292f5a Mon Sep 17 00:00:00 2001 From: Marissa Staib Date: Wed, 25 Sep 2019 23:14:24 +0000 Subject: [PATCH] Autocommitted updated scripts from blocky-cafe --- bash_aliases.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash_aliases.sh b/bash_aliases.sh index b95c901..29fcb0a 100644 --- a/bash_aliases.sh +++ b/bash_aliases.sh @@ -64,7 +64,7 @@ function sync_git_only() git pull --rebase if ! git diff --exit-code origin/master master; then git log --reverse origin..master - if ! read "OK to push these changes? (Y/N) " confirm; then + if ! read -p "OK to push these changes? (Y/N) " -N 1 confirm; then confirm = "N" fi if [[ "$confirm" != "Y" ]]; then