summaryrefslogtreecommitdiffstats
path: root/git/bin/git-checkout-branches
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2022-06-14 11:48:44 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2022-06-14 12:00:04 +0000
commitd252334934fb9f2ef0c6195f807d8fa78b4410eb (patch)
treed39927e699cef304bb6f8669d1989f4f407aa6cc /git/bin/git-checkout-branches
parentAdding upstream version 20220609. (diff)
downloadopen-infrastructure-service-tools-d252334934fb9f2ef0c6195f807d8fa78b4410eb.tar.xz
open-infrastructure-service-tools-d252334934fb9f2ef0c6195f807d8fa78b4410eb.zip
Adding upstream version 20220614.upstream/20220614
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'git/bin/git-checkout-branches')
-rwxr-xr-xgit/bin/git-checkout-branches2
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