File: visual_regexp.patch

package info (click to toggle)
visual-regexp 3.1-2
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 216 kB
  • ctags: 86
  • sloc: tcl: 2,642; makefile: 25
file content (19 lines) | stat: -rw-r--r-- 488 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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
 
 ###############################################################################################
 #