X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=git-gui%2Fmacosx%2FAppMain.tcl;h=ddbe6334a258dae46b6c333d53590f3b920a9cab;hb=7e7db5e4520388d3a6f1efbe2f7a29d43bd06a2b;hp=41ca08e2b7929c59806b3b07a18dbae0ebfae933;hpb=547905f8cd2a04b3e1117f00025b60f81aa60f47;p=git.git diff --git a/git-gui/macosx/AppMain.tcl b/git-gui/macosx/AppMain.tcl index 41ca08e2b..ddbe6334a 100644 --- a/git-gui/macosx/AppMain.tcl +++ b/git-gui/macosx/AppMain.tcl @@ -7,7 +7,7 @@ if {[string first -psn [lindex $argv 0]] == 0} { } if {[file tail [lindex $argv 0]] eq {gitk}} { - set argv0 [file join $gitexecdir gitk] + set argv0 [lindex $argv 0] set AppMain_source $argv0 } else { set argv0 [file join $gitexecdir [file tail [lindex $argv 0]]]