mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-07 13:14:51 +00:00
git-arc: Fix the -y option
This commit is contained in:
parent
31508912d8
commit
eaab493eee
@ -307,7 +307,7 @@ prompt()
|
||||
local resp
|
||||
|
||||
if [ "$ASSUME_YES" ]; then
|
||||
return 1
|
||||
return 0
|
||||
fi
|
||||
|
||||
printf "\nDoes this look OK? [y/N] "
|
||||
|
Loading…
Reference in New Issue
Block a user