From 45460b9fbfbda2aba17baa4542d2ff5aaa80cd7c Mon Sep 17 00:00:00 2001 From: Tomasz Kojm Date: Fri, 31 Aug 2007 19:59:33 +0000 Subject: [PATCH] fix bb#644 (Contrib files have wrong shebang line) git-svn: trunk@3197 --- ChangeLog | 5 +++++ contrib/phishing/regex_opt.py | 1 + contrib/phishing/update_iana_data.sh | 2 +- contrib/phishing/update_iana_tld.sh | 2 +- 4 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 292700be3..64dbdd5e2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 + Fri Aug 31 21:02:46 CEST 2007 (tk) ---------------------------------- * libclamav: various cleanups; fix bb#577 (move cli_* out of clamav.h) diff --git a/contrib/phishing/regex_opt.py b/contrib/phishing/regex_opt.py index a77c9266a..4d57871f9 100755 --- a/contrib/phishing/regex_opt.py +++ b/contrib/phishing/regex_opt.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python def strlen(a,b): if len(a) @@ -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` diff --git a/contrib/phishing/update_iana_tld.sh b/contrib/phishing/update_iana_tld.sh index 9d54fd0e4..816f9f02c 100755 --- a/contrib/phishing/update_iana_tld.sh +++ b/contrib/phishing/update_iana_tld.sh @@ -1,3 +1,4 @@ +#!/bin/sh # # Phishing detection automated testing & tools. # Copyright (C) 2006 Torok Edvin @@ -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