diff options
Diffstat (limited to '')
-rw-r--r-- | devel/tkcon/files/patch-aa | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/tkcon/files/patch-aa b/devel/tkcon/files/patch-aa index d81f4c46e0d9..f547f6a9c0cc 100644 --- a/devel/tkcon/files/patch-aa +++ b/devel/tkcon/files/patch-aa @@ -4,7 +4,7 @@ #!/bin/sh # \ -exec wish "$0" ${1+"$@"} -+if [ X$WISH != X ]; then exec $WISH "$0" -- "$@"; else exec wish8.0 "$0" -- "$@"; fi; ++if [ X$WISH != X ]; then exec $WISH "$0" -- "$@"; else exec wish8.2 "$0" -- "$@"; fi; # ## tkcon.tcl |