mirror of
https://git.freebsd.org/ports.git
synced 2025-06-22 13:10:31 -04:00
9 lines
179 B
Tcl
9 lines
179 B
Tcl
Index: tkinspect.tcl
|
|
@@ -1,6 +1,6 @@
|
|
#!/bin/sh
|
|
# \
|
|
-exec wish "$0" ${1+"$@"}
|
|
+exec wish8.4 "$0" ${1+"$@"}
|
|
#
|
|
# $Id: tkinspect.tcl,v 1.30 2002/10/09 00:32:54 patthoyts Exp $
|
|
#
|