##// END OF EJS Templates
openvms: mark symlink as unsupported on OpenVMS...
Jean-Francois Pieronne -
r51889:82bc0b26 default
parent child Browse files
Show More
@@ -553,6 +553,12 b" if pycompat.sysplatform == b'cygwin':"
553 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 562 _needsshellquote: Optional[Match[bytes]] = None
557 563
558 564
General Comments 0
You need to be logged in to leave comments. Login now