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

git-svn: trunk@3197
This commit is contained in:
Tomasz Kojm
2007-08-31 19:59:33 +00:00
parent a7ac59781d
commit 45460b9fbf
4 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
Fri Aug 31 21:08:22 CEST 2007 (tk)
----------------------------------
* contrib: fix bb#644 (Contrib files have wrong shebang line)
Thanks to Steve Gran <steve*lobefin.net>
Fri Aug 31 21:02:46 CEST 2007 (tk)
----------------------------------
* libclamav: various cleanups; fix bb#577 (move cli_* out of clamav.h)

View File

@@ -1,3 +1,4 @@
#!/usr/bin/env python
def strlen(a,b):
if len(a)<len(b):
return -1;

View File

@@ -1,3 +1,4 @@
#!/bin/sh
#
# Phishing detection automated testing & tools.
# Copyright (C) 2006 Torok Edvin <edwintorok@gmail.com>
@@ -17,7 +18,6 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
# MA 02110-1301, USA.
#
#!/bin/sh
IANA_TLD="http://data.iana.org/TLD/tlds-alpha-by-domain.txt"
IANA_CCTLD="http://www.iana.org/cctld/cctld-whois.htm";
TMP=`tempfile`

View File

@@ -1,3 +1,4 @@
#!/bin/sh
#
# Phishing detection automated testing & tools.
# Copyright (C) 2006 Torok Edvin <edwintorok@gmail.com>
@@ -17,7 +18,6 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
# MA 02110-1301, USA.
#
#!/bin/sh
IANA_TLD="http://data.iana.org/TLD/tlds-alpha-by-domain.txt"
TMP=`tempfile`
OUTFILE=iana_tld.h