From 91112401511695deef17ee218e6b967c930330e3 Mon Sep 17 00:00:00 2001 From: Otto Liljalaakso Date: Sun, 23 Oct 2022 22:29:21 +0300 Subject: 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. --- xattr/tool.py | 2 -- 1 file changed, 2 deletions(-) mode change 100755 => 100644 xattr/tool.py diff --git a/xattr/tool.py b/xattr/tool.py old mode 100755 new mode 100644 index d3a361a..f34392f --- a/xattr/tool.py +++ b/xattr/tool.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python - ## # Copyright (c) 2007 Apple Inc. # -- cgit v1.2.1