diff options
author | Andreas Schneider <asn@samba.org> | 2012-03-13 11:24:38 +0100 |
---|---|---|
committer | Andreas Schneider <asn@cryptomilk.org> | 2012-03-13 17:52:29 +0100 |
commit | b787ba789ea500a2f7efe95d25949d80e44b6ef8 (patch) | |
tree | 6ca9341b841831870ed73412dba33226e9f95278 /source4/scripting/python/samba/ntacls.py | |
parent | 66f16d57dc84dbe5cbb9480fe240db6836b05a63 (diff) | |
download | samba-b787ba789ea500a2f7efe95d25949d80e44b6ef8.tar.gz samba-b787ba789ea500a2f7efe95d25949d80e44b6ef8.tar.bz2 samba-b787ba789ea500a2f7efe95d25949d80e44b6ef8.zip |
s4-python: Remove env from non-executable samba scripts.
Diffstat (limited to 'source4/scripting/python/samba/ntacls.py')
-rw-r--r-- | source4/scripting/python/samba/ntacls.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source4/scripting/python/samba/ntacls.py b/source4/scripting/python/samba/ntacls.py index 78365e98b8..9b68f23e04 100644 --- a/source4/scripting/python/samba/ntacls.py +++ b/source4/scripting/python/samba/ntacls.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python - # Unix SMB/CIFS implementation. # Copyright (C) Matthieu Patou <mat@matws.net> 2009-2010 # |