mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
11 lines
286 B
Plaintext
11 lines
286 B
Plaintext
--- guibabel.orig Thu Oct 12 19:37:40 2006
|
|
+++ guibabel Thu Oct 12 19:37:51 2006
|
|
@@ -1,6 +1,6 @@
|
|
#!/bin/sh
|
|
# the next line restarts using wish \
|
|
-exec wish "$0" "$@"
|
|
+exec wish${MODTK_VERSION} "$0" "$@"
|
|
|
|
#
|
|
# This was largely cribbed from the TCL demo code. My TCL skills weren't
|