summaryrefslogtreecommitdiff
path: root/t/t7420-submodule-set-url.sh
diff options
context:
space:
mode:
authorLibravatar Robert Estelle <robertestelle@gmail.com>2021-10-25 22:29:33 +0000
committerLibravatar Junio C Hamano <gitster@pobox.com>2021-10-28 09:33:19 -0700
commit46b05852863a532a897f09a8461586f3d2d38693 (patch)
treeaeb8b6db6bec503b46f3282ad90a1844b84dda48 /t/t7420-submodule-set-url.sh
parentGit 2.33.1 (diff)
downloadtgif-46b05852863a532a897f09a8461586f3d2d38693.tar.xz
completion: fix incorrect bash/zsh string equality check
In the basic `[`/`test` command, the string equality operator is a single `=`. The `==` operator is only available in `[[`, which is a bash-ism also supported by zsh. This mix-up was causing the following completion error in zsh: > __git_ls_files_helper:7: = not found (That message refers to the extraneous symbol in `==` ← `=`). This updates that comparison to use a single `=` inside the basic `[ … ]` test conditional. Although this fix is inconsistent with the other comparisons in this file, which use `[[ … == … ]]`, and the two expressions are functionally identical in this context, that approach was rejected due to a preference for `[`. Signed-off-by: Robert Estelle <robertestelle@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t7420-submodule-set-url.sh')
0 files changed, 0 insertions, 0 deletions