From b497bcb818f249b4e1e1670b7fb9f09206bd4777 Mon Sep 17 00:00:00 2001 From: bwarsaw Date: Fri, 7 Sep 2001 23:18:47 +0000 Subject: Ben Gertzfield's patch to hardcode the path to the python executable into the script's #! line -- based on --with-python settings, without losing CVS revision history. #! /usr/bin/env python becomes #! @PYTHON@ which gets substituted for in configure. --- contrib/securelinux_fix.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/securelinux_fix.py') diff --git a/contrib/securelinux_fix.py b/contrib/securelinux_fix.py index 21b82140e..425b2d502 100644 --- a/contrib/securelinux_fix.py +++ b/contrib/securelinux_fix.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python +#! @PYTHON@ # # Copyright (C) 1998,1999,2000,2001 by the Free Software Foundation, Inc. # -- cgit v1.2.3-70-g09d2