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 | |
parent | ada023d26fbb04273c643d7c7fade1b24da764fb (diff) | |
download | illumos-joyent-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>
-rw-r--r-- | usr/src/tools/scripts/cddlchk.py | 2 | ||||
-rw-r--r-- | usr/src/tools/scripts/copyrightchk.py | 2 | ||||
-rw-r--r-- | usr/src/tools/scripts/git-pbchk.py | 2 | ||||
-rw-r--r-- | usr/src/tools/scripts/hdrchk.py | 2 | ||||
-rw-r--r-- | usr/src/tools/scripts/mapfilechk.py | 2 | ||||
-rw-r--r-- | usr/src/tools/scripts/validate_pkg.py | 2 | ||||
-rw-r--r-- | usr/src/tools/scripts/wscheck.py | 2 | ||||
-rw-r--r-- | usr/src/tools/scripts/wsdiff.py | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/usr/src/tools/scripts/cddlchk.py b/usr/src/tools/scripts/cddlchk.py index 793f077bea..f9f03ebd31 100644 --- a/usr/src/tools/scripts/cddlchk.py +++ b/usr/src/tools/scripts/cddlchk.py @@ -1,4 +1,4 @@ -#!@TOOLS_PYTHON@ +#!@TOOLS_PYTHON@ -Es # # CDDL HEADER START # diff --git a/usr/src/tools/scripts/copyrightchk.py b/usr/src/tools/scripts/copyrightchk.py index fab81fc7ce..3c459d4d5f 100644 --- a/usr/src/tools/scripts/copyrightchk.py +++ b/usr/src/tools/scripts/copyrightchk.py @@ -1,4 +1,4 @@ -#!@TOOLS_PYTHON@ +#!@TOOLS_PYTHON@ -Es # # CDDL HEADER START # 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 diff --git a/usr/src/tools/scripts/hdrchk.py b/usr/src/tools/scripts/hdrchk.py index 8f31899623..54c0b74fa3 100644 --- a/usr/src/tools/scripts/hdrchk.py +++ b/usr/src/tools/scripts/hdrchk.py @@ -1,4 +1,4 @@ -#!@TOOLS_PYTHON@ +#!@TOOLS_PYTHON@ -Es # # CDDL HEADER START # diff --git a/usr/src/tools/scripts/mapfilechk.py b/usr/src/tools/scripts/mapfilechk.py index 7429eba099..662505a6a7 100644 --- a/usr/src/tools/scripts/mapfilechk.py +++ b/usr/src/tools/scripts/mapfilechk.py @@ -1,4 +1,4 @@ -#!@TOOLS_PYTHON@ +#!@TOOLS_PYTHON@ -Es # # CDDL HEADER START # diff --git a/usr/src/tools/scripts/validate_pkg.py b/usr/src/tools/scripts/validate_pkg.py index 77e7d8e5d5..b2d9bfca80 100644 --- a/usr/src/tools/scripts/validate_pkg.py +++ b/usr/src/tools/scripts/validate_pkg.py @@ -1,4 +1,4 @@ -#!@TOOLS_PYTHON@ +#!@TOOLS_PYTHON@ -Es # # CDDL HEADER START # diff --git a/usr/src/tools/scripts/wscheck.py b/usr/src/tools/scripts/wscheck.py index ee3fd83b1d..005de65c09 100644 --- a/usr/src/tools/scripts/wscheck.py +++ b/usr/src/tools/scripts/wscheck.py @@ -1,4 +1,4 @@ -#!@TOOLS_PYTHON@ +#!@TOOLS_PYTHON@ -Es # # CDDL HEADER START # diff --git a/usr/src/tools/scripts/wsdiff.py b/usr/src/tools/scripts/wsdiff.py index 6ca296d3df..b5e2856022 100644 --- a/usr/src/tools/scripts/wsdiff.py +++ b/usr/src/tools/scripts/wsdiff.py @@ -1,4 +1,4 @@ -#!@TOOLS_PYTHON@ +#!@TOOLS_PYTHON@ -Es # # CDDL HEADER START # |