mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
gh-103088: Fix virtual environment activate script not working in Cygwin (GH-103470)
This commit is contained in:
parent
7f3c106503
commit
2b6e877767
3 changed files with 19 additions and 0 deletions
3
.gitattributes
vendored
3
.gitattributes
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue