]> git.sven.stormbind.net Git - sven/tclcurl.git/blobdiff - debian/patches/example-shebang
Removed all patches, all applied upstream. Thanks Steve.
[sven/tclcurl.git] / debian / patches / example-shebang
diff --git a/debian/patches/example-shebang b/debian/patches/example-shebang
deleted file mode 100644 (file)
index 39f22da..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-Set the shebang to '/usr/bin/wish' for those example files
-that carry a shebang line.
---- a/tests/multi/auto.tcl
-+++ b/tests/multi/auto.tcl
-@@ -1,4 +1,4 @@
--#!/usr/local/bin/wish8.4
-+#!/usr/bin/wish
- package require TclCurl
---- a/tests/multi/autoGUI.tcl
-+++ b/tests/multi/autoGUI.tcl
-@@ -1,4 +1,4 @@
--#!/usr/local/bin/wish8.4
-+#!/usr/bin/wish
- package require TclCurl
---- a/tests/multi/cancelTrans.tcl
-+++ b/tests/multi/cancelTrans.tcl
-@@ -1,4 +1,4 @@
--#!/usr/local/bin/wish8.4
-+#!/usr/bin/wish
- package require TclCurl