diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-06-14 12:00:25 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-06-14 12:00:35 +0000 |
commit | e679b4ca18df1f17fb177b49f0426fb8f70c2a9f (patch) | |
tree | 4eedbd86766af04c1ea50521516364adac62bbf4 /git/bin/git-checkout-branches | |
parent | Releasing debian version 20220609-1. (diff) | |
download | open-infrastructure-service-tools-e679b4ca18df1f17fb177b49f0426fb8f70c2a9f.tar.xz open-infrastructure-service-tools-e679b4ca18df1f17fb177b49f0426fb8f70c2a9f.zip |
Merging upstream version 20220614.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'git/bin/git-checkout-branches')
-rwxr-xr-x | git/bin/git-checkout-branches | 2 |
1 files changed, 1 insertions, 1 deletions
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 |