diff --git a/git-gui.sh b/git-gui.sh index 551c11c9f5..63848dc705 100755 --- a/git-gui.sh +++ b/git-gui.sh @@ -5336,7 +5336,7 @@ set doc_path [file dirname [gitexec]] set doc_path [file join $doc_path Documentation index.html] if {[is_Cygwin]} { - set doc_path [exec cygpath --windows $doc_path] + set doc_path [exec cygpath --mixed $doc_path] } if {$browser eq {}} {