X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=macosx%2FAppMain.tcl;h=ddbe6334a258dae46b6c333d53590f3b920a9cab;hb=2473543caabe63a9787e7ac42765c8f7169d7197;hp=41ca08e2b7929c59806b3b07a18dbae0ebfae933;hpb=b7d68258a34320884735f94f5e7184946b72d065;p=git.git diff --git a/macosx/AppMain.tcl b/macosx/AppMain.tcl index 41ca08e2b..ddbe6334a 100644 --- a/macosx/AppMain.tcl +++ b/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]]]