File: hashbang.patch

package info (click to toggle)
libtk-filedialog-perl 1.3-4
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 224 kB
  • ctags: 116
  • sloc: perl: 2,129; makefile: 2
file content (13 lines) | stat: -rw-r--r-- 207 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
Description = fix hashbang in example script

--- a/FileDialog.pm
+++ b/FileDialog.pm
@@ -76,7 +76,7 @@ required.
 
 =item
 
- #!/usr/local/bin/perl -w
+ #!/usr/bin/perl -w
 
  use Tk;
  use Tk::FileDialog;