gh-103088: Fix virtual environment activate script not working in Cygwin (GH-103470)

This commit is contained in:
Stanislav Syekirin 2023-04-12 22:11:50 +02:00 committed by GitHub
parent 7f3c106503
commit 2b6e877767
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 19 additions and 0 deletions

3
.gitattributes vendored
View file

@ -32,6 +32,9 @@ Lib/test/test_importlib/resources/data01/* noeol
Lib/test/test_importlib/resources/namespacedata01/* noeol
Lib/test/xmltestdata/* noeol
# Shell scripts should have LF even on Windows because of Cygwin
Lib/venv/scripts/common/activate text eol=lf
# CRLF files
[attr]dos text eol=crlf