Show More
@@ -553,6 +553,12 b" if pycompat.sysplatform == b'cygwin':" | |||||
553 | return False |
|
553 | return False | |
554 |
|
554 | |||
555 |
|
555 | |||
|
556 | if pycompat.sysplatform == b'OpenVMS': | |||
|
557 | # OpenVMS's symlink emulation is broken on some OpenVMS versions. | |||
|
558 | def checklink(path): | |||
|
559 | return False | |||
|
560 | ||||
|
561 | ||||
556 | _needsshellquote: Optional[Match[bytes]] = None |
|
562 | _needsshellquote: Optional[Match[bytes]] = None | |
557 |
|
563 | |||
558 |
|
564 |
General Comments 0
You need to be logged in to leave comments.
Login now