10 lines
323 B
Tcl
10 lines
323 B
Tcl
--- gitk.orig Tue Feb 7 23:58:47 2006
|
|
+++ gitk Tue Feb 7 23:58:55 2006
|
|
@@ -1,6 +1,6 @@
|
|
#!/bin/sh
|
|
# Tcl ignores the next line -*- tcl -*- \
|
|
-exec wish "$0" -- "$@"
|
|
+exec wish8.4 "$0" -- "$@"
|
|
|
|
# Copyright (C) 2005 Paul Mackerras. All rights reserved.
|
|
# This program is free software; it may be used, copied, modified
|