diff options
author | Andy Fiddaman <omnios@citrus-it.co.uk> | 2021-05-27 21:10:35 +0000 |
---|---|---|
committer | Andy Fiddaman <omnios@citrus-it.co.uk> | 2021-06-23 22:06:10 +0000 |
commit | 3f770aab815d6900f53f0b0f317aaf74a8f95018 (patch) | |
tree | b8e4c6e777037739e3ed162d415e1df01fc579d9 /usr/src/tools/scripts/git-pbchk.py | |
parent | ada023d26fbb04273c643d7c7fade1b24da764fb (diff) | |
download | illumos-gate-3f770aab815d6900f53f0b0f317aaf74a8f95018.tar.gz |
13841 python tools should not add user's site directory
Reviewed by: Matt Fiddaman <illumos@m.fiddaman.uk>
Reviewed by: Toomas Soome <tsoome@me.com>
Approved by: Dan McDonald <danmcd@joyent.com>
Diffstat (limited to 'usr/src/tools/scripts/git-pbchk.py')
-rw-r--r-- | usr/src/tools/scripts/git-pbchk.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/tools/scripts/git-pbchk.py b/usr/src/tools/scripts/git-pbchk.py index fc9f82b816..26c73ca590 100644 --- a/usr/src/tools/scripts/git-pbchk.py +++ b/usr/src/tools/scripts/git-pbchk.py @@ -1,4 +1,4 @@ -#!@TOOLS_PYTHON@ +#!@TOOLS_PYTHON@ -Es # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License version 2 |