From b787ba789ea500a2f7efe95d25949d80e44b6ef8 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Tue, 13 Mar 2012 11:24:38 +0100 Subject: s4-python: Remove env from non-executable samba scripts. --- source4/scripting/python/samba/hostconfig.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'source4/scripting/python/samba/hostconfig.py') diff --git a/source4/scripting/python/samba/hostconfig.py b/source4/scripting/python/samba/hostconfig.py index c50b944c98..a66fbc2313 100644 --- a/source4/scripting/python/samba/hostconfig.py +++ b/source4/scripting/python/samba/hostconfig.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python - # Unix SMB/CIFS implementation. # Copyright (C) Jelmer Vernooij 2008 # -- cgit