]> git.sven.stormbind.net Git - sven/tclcurl.git/blob - debian/patches/example-shebang
Adjust d/changelog to the snapshot version.
[sven/tclcurl.git] / debian / patches / example-shebang
1 Set the shebang to '/usr/bin/wish' for those example files
2 that carry a shebang line.
3 --- a/tests/multi/auto.tcl
4 +++ b/tests/multi/auto.tcl
5 @@ -1,4 +1,4 @@
6 -#!/usr/local/bin/wish8.4
7 +#!/usr/bin/wish
8  
9  package require TclCurl
10  
11 --- a/tests/multi/autoGUI.tcl
12 +++ b/tests/multi/autoGUI.tcl
13 @@ -1,4 +1,4 @@
14 -#!/usr/local/bin/wish8.4
15 +#!/usr/bin/wish
16  
17  package require TclCurl
18  
19 --- a/tests/multi/cancelTrans.tcl
20 +++ b/tests/multi/cancelTrans.tcl
21 @@ -1,4 +1,4 @@
22 -#!/usr/local/bin/wish8.4
23 +#!/usr/bin/wish
24  
25  package require TclCurl
26