Description: This patch fixes the version of the script 
and adds the shebang to specify the right interpreter.
Forwarded: Yes
Author: Wences Rene Arana Fuentes <aranaf51@gmail.com>
Last-Update: 2012-06-12

--- a/visual_regexp.tcl
+++ b/visual_regexp.tcl
@@ -1,7 +1,9 @@
+#!/usr/bin/env wish8.5
+#-*-tcl-*-
 package require starkit
 starkit::startup
 
-set version 3.0
+set version 3.1
 
 ###############################################################################################
 #
