summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOtto Liljalaakso <otto.liljalaakso@iki.fi>2022-10-23 22:29:21 +0300
committerOtto Liljalaakso <otto.liljalaakso@iki.fi>2022-10-23 22:29:21 +0300
commit91112401511695deef17ee218e6b967c930330e3 (patch)
tree470187435c0d082fb7508d1f1ed5ca8cd466c7b5
parent0f26468e815ba8ac7f87b838cb6eca3d8fa88e3e (diff)
downloadxattr-91112401511695deef17ee218e6b967c930330e3.tar.gz
Remove exec flag from tool.py
tool.py is only intended to be executed through the xattr wrapped generated during package build. Thus tool.py should not have the executable flag set, and should not have a shebang line.
-rw-r--r--[-rwxr-xr-x]xattr/tool.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/xattr/tool.py b/xattr/tool.py
index d3a361a..f34392f 100755..100644
--- a/xattr/tool.py
+++ b/xattr/tool.py
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-
##
# Copyright (c) 2007 Apple Inc.
#