From a257fdc87d73a0b84d96d2ef84f58faf79d28eff Mon Sep 17 00:00:00 2001 From: Cyril Jaquier Date: Sun, 21 Jan 2007 22:19:57 +0000 Subject: [PATCH] - Call Python interpreter directly (instead of using "env") git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/trunk@522 a942ae1a-1317-0410-a47c-b1dcaea8d605 --- fail2ban-client | 2 +- fail2ban-server | 2 +- fail2ban-testcases | 2 +- setup.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/fail2ban-client b/fail2ban-client index dbb0f185..b52cd6fe 100755 --- a/fail2ban-client +++ b/fail2ban-client @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/python # This file is part of Fail2Ban. # # Fail2Ban is free software; you can redistribute it and/or modify diff --git a/fail2ban-server b/fail2ban-server index e706d04e..ca449798 100755 --- a/fail2ban-server +++ b/fail2ban-server @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/python # This file is part of Fail2Ban. # # Fail2Ban is free software; you can redistribute it and/or modify diff --git a/fail2ban-testcases b/fail2ban-testcases index 11f4a3ce..9573d62b 100755 --- a/fail2ban-testcases +++ b/fail2ban-testcases @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/python # This file is part of Fail2Ban. # # Fail2Ban is free software; you can redistribute it and/or modify diff --git a/setup.py b/setup.py index 12da08f3..c9667d48 100755 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/python # This file is part of Fail2Ban. #