Browse code

fix bb#644 (Contrib files have wrong shebang line)

git-svn: trunk@3197

Tomasz Kojm authored on 2007/09/01 04:59:33
Showing 4 changed files
... ...
@@ -1,3 +1,8 @@
1
+Fri Aug 31 21:08:22 CEST 2007 (tk)
2
+----------------------------------
3
+  * contrib: fix bb#644 (Contrib files have wrong shebang line)
4
+	     Thanks to Steve Gran <steve*lobefin.net>
5
+
1 6
 Fri Aug 31 21:02:46 CEST 2007 (tk)
2 7
 ----------------------------------
3 8
   * libclamav: various cleanups; fix bb#577 (move cli_* out of clamav.h)
... ...
@@ -1,3 +1,4 @@
1
+#!/usr/bin/env python
1 2
 def strlen(a,b):
2 3
 	if len(a)<len(b):
3 4
 		return -1;
... ...
@@ -1,3 +1,4 @@
1
+#!/bin/sh
1 2
 #
2 3
 #  Phishing detection automated testing & tools.
3 4
 #  Copyright (C) 2006 Torok Edvin <edwintorok@gmail.com>
... ...
@@ -17,7 +18,6 @@
17 17
 #  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
18 18
 #  MA 02110-1301, USA.
19 19
 #
20
-#!/bin/sh
21 20
 IANA_TLD="http://data.iana.org/TLD/tlds-alpha-by-domain.txt"
22 21
 IANA_CCTLD="http://www.iana.org/cctld/cctld-whois.htm";
23 22
 TMP=`tempfile`
... ...
@@ -1,3 +1,4 @@
1
+#!/bin/sh
1 2
 #
2 3
 #  Phishing detection automated testing & tools.
3 4
 #  Copyright (C) 2006 Torok Edvin <edwintorok@gmail.com>
... ...
@@ -17,7 +18,6 @@
17 17
 #  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
18 18
 #  MA 02110-1301, USA.
19 19
 #
20
-#!/bin/sh
21 20
 IANA_TLD="http://data.iana.org/TLD/tlds-alpha-by-domain.txt"
22 21
 TMP=`tempfile`
23 22
 OUTFILE=iana_tld.h