X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=git-bisect.sh;h=85db4ba40022e3a9e5790879d6d21fa59475b316;hb=297f6a535cb46d246d47a9ff2473cef4ee1ada27;hp=17a35f6adc79480d0533a4ff98b2817c836a7e78;hpb=5cb0f2745f83c01ee94d1739b7476504b4e20216;p=git.git diff --git a/git-bisect.sh b/git-bisect.sh index 17a35f6ad..85db4ba40 100755 --- a/git-bisect.sh +++ b/git-bisect.sh @@ -508,7 +508,7 @@ bisect_visualize() { if test $# = 0 then - case "${DISPLAY+set}${MSYSTEM+set}${SECURITYSESSIONID+set}" in + case "${DISPLAY+set}${SESSIONNAME+set}${MSYSTEM+set}${SECURITYSESSIONID+set}" in '') set git log ;; set*) set gitk ;; esac