From e679b4ca18df1f17fb177b49f0426fb8f70c2a9f Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 14 Jun 2022 14:00:25 +0200 Subject: Merging upstream version 20220614. Signed-off-by: Daniel Baumann --- git/bin/git-checkout-branches | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'git/bin/git-checkout-branches') diff --git a/git/bin/git-checkout-branches b/git/bin/git-checkout-branches index c0c586c..220386f 100755 --- a/git/bin/git-checkout-branches +++ b/git/bin/git-checkout-branches @@ -29,7 +29,7 @@ do BRANCH="$(echo "${REMOTE_BRANCH}" | cut -d/ -f 2-)" case "${BRANCH}" in - HEAD|${CURRENT_BRANCH}) + HEAD|"${CURRENT_BRANCH}") continue ;; esac -- cgit v1.2.3