Author: Ole Streicher <debian@liska.ath.cx>
Description: Replace hardcoded "wish" call in first test script line by a 
 more general call.
--- tcl-signal-1.4.orig/test_sig.tk
+++ tcl-signal-1.4/test_sig.tk
@@ -1,4 +1,4 @@
-#!/usr/local/bin/wish4.1
+#!/usr/bin/env wish
 # ENSURE YOUR TCLLIBPATH includes /usr/local/lib/signal!
 # (or uncomment the appropriate load line and comment the package line)
 # --SUN
--- tcl-signal-1.4.orig/test_sig_async.tk
+++ tcl-signal-1.4/test_sig_async.tk
@@ -1,4 +1,4 @@
-#!/usr/local/bin/wish4.1
+#!/usr/bin/env wish
 # ENSURE YOUR TCLLIBPATH includes /usr/local/lib/signal!
 # (or uncomment the appropriate load line and comment the package line)
 # --SUN
