File: visual_regexp.patch

package info (click to toggle)
visual-regexp 3.1-5
  • links: PTS
  • area: main
  • in suites: buster
  • size: 296 kB
  • sloc: tcl: 3,963; makefile: 25
file content (20 lines) | stat: -rw-r--r-- 488 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Description: This patch fixes the version of the script 
and adds the shebang to specify the right interpreter

Forwarded: Yes
Author: Wences René Arana Fuentes <aranax@debian.org.gt>
Last-Update: 2010-09-01

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