]> git.sven.stormbind.net Git - sven/tclcurl.git/blobdiff - debian/patches/example-shebang
Add patches/example-shebang. This patch adds a working shebang line
[sven/tclcurl.git] / debian / patches / example-shebang
diff --git a/debian/patches/example-shebang b/debian/patches/example-shebang
new file mode 100644 (file)
index 0000000..39f22da
--- /dev/null
@@ -0,0 +1,26 @@
+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