diff options
author | Rebecca Cran <rebecca@bsdio.com> | 2023-01-27 09:42:49 -0700 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2023-01-30 16:50:14 +0000 |
commit | 15f98047d2d4d11b39d1ff0175e4a2c8a660b9b2 (patch) | |
tree | b1ca2d77573c7d2d5f7ac586d91164104342be0e /BaseTools | |
parent | cdcee3d17ba17db60dbcf7eafb8ea7c621d467ba (diff) | |
download | edk2-15f98047d2d4d11b39d1ff0175e4a2c8a660b9b2.tar.gz edk2-15f98047d2d4d11b39d1ff0175e4a2c8a660b9b2.tar.bz2 edk2-15f98047d2d4d11b39d1ff0175e4a2c8a660b9b2.zip |
BaseTools: Remove CYGWIN_NT-5.1-i686 ref from Scripts/PatchCheck.py
With the removal of RVCT support and the related Bin/CYGWIN_NT-5.1-i686
and Darwin-i386 directories, remove a leftover reference to
CYGWIN_NT-5.1-i686 from Scripts/PatchCheck.py.
Signed-off-by: Rebecca Cran <rebecca@bsdio.com>
Acked-by: Ard Biesheuvel <ardb@kernel.org>
Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>
Acked-by: Bob Feng <bob.c.feng@intel.com>
Diffstat (limited to 'BaseTools')
-rwxr-xr-x | BaseTools/Scripts/PatchCheck.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/BaseTools/Scripts/PatchCheck.py b/BaseTools/Scripts/PatchCheck.py index 475b3a8c27..fcdabfc8ac 100755 --- a/BaseTools/Scripts/PatchCheck.py +++ b/BaseTools/Scripts/PatchCheck.py @@ -366,7 +366,6 @@ class GitDiffCheck: if self.filename.endswith('.sh') or \
self.filename.startswith('BaseTools/BinWrappers/PosixLike/') or \
self.filename.startswith('BaseTools/BinPipWrappers/PosixLike/') or \
- self.filename.startswith('BaseTools/Bin/CYGWIN_NT-5.1-i686/') or \
self.filename == 'BaseTools/BuildEnv':
#
# Do not enforce CR/LF line endings for linux shell scripts.
|