Skip to content

Commit 038fb0e

Browse files
committed
fixup! TO-UNDO
Whoops... ;-) Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 82cec6a commit 038fb0e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

git-gui/git-gui.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,6 @@ proc is_Cygwin {} {
273273
if {$::tcl_platform(platform) eq {windows} &&
274274
![info exists ::env(MSYSTEM)] &&
275275
$::env(MSYSTEM) ne {MSYS}} {
276-
tk_messageBox -message "We're Cygwin"
277276
set _iscygwin 1
278277
} else {
279278
set _iscygwin 0

0 commit comments

Comments
 (0)