git: eaab493eee89 - main - git-arc: Fix the -y option
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 13 Jul 2022 13:30:47 UTC
The branch main has been updated by markj:
URL: https://cgit.FreeBSD.org/src/commit/?id=eaab493eee8952bb9dbf373e64723ba47dfc1598
commit eaab493eee8952bb9dbf373e64723ba47dfc1598
Author: Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2022-07-13 13:30:17 +0000
Commit: Mark Johnston <markj@FreeBSD.org>
CommitDate: 2022-07-13 13:30:17 +0000
git-arc: Fix the -y option
---
tools/tools/git/git-arc.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/tools/git/git-arc.sh b/tools/tools/git/git-arc.sh
index 835fbd91a7a1..b33affe459b0 100644
--- a/tools/tools/git/git-arc.sh
+++ b/tools/tools/git/git-arc.sh
@@ -307,7 +307,7 @@ prompt()
local resp
if [ "$ASSUME_YES" ]; then
- return 1
+ return 0
fi
printf "\nDoes this look OK? [y/N] "