Skip to content

Commit d87159f

Browse files
committed
Merge pull request zdia#151 from FlorentFlament/master
Allow gorilla to run with TCL 8.6
2 parents cce68b4 + be8c0ad commit d87159f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sources/gorilla.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22
# the next line restarts using wish \
3-
exec tclsh8.5 "$0" ${1+"$@"}
3+
exec tclsh "$0" ${1+"$@"}
44

55
#
66
# ----------------------------------------------------------------------

0 commit comments

Comments
 (0)