<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">diff -ur visual_regexp-3.0/visual_regexp.tcl visual_regexp-current/visual_regexp.tcl
--- visual_regexp-3.0/visual_regexp.tcl	2002-09-01 08:24:56.000000000 -0500
+++ visual_regexp-current/visual_regexp.tcl	2004-03-29 23:20:43.000000000 -0500
@@ -1,7 +1,7 @@
 #!/bin/sh  
 #-*-tcl-*-  
 # the next line restarts using wish \
-exec wish8.3 "$0" -- ${1+"$@"}
+exec wish "$0" -- ${1+"$@"}
 
 
 set version 3.0
</pre></body></html>