This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Avoid some doubled escapes in tovmsspec.
authorCraig A. Berry <craigberry@mac.com>
Tue, 4 Dec 2012 13:23:57 +0000 (07:23 -0600)
committerCraig A. Berry <craigberry@mac.com>
Tue, 4 Dec 2012 13:23:57 +0000 (07:23 -0600)
commitc434e88d3bead3f9417903defe6f23a1ad0ca522
treea604b1492b56d5b1f97a4dbc72183311bf1476ab
parent4a9a56a75c57646b348598f90875415e994d2f65
Avoid some doubled escapes in tovmsspec.

Since it's impossible to guarantee a filename is never makes
multiple trips through the Unix-to-VMS converter, it's important
not to escape characters that have already been escaped.
vms/vms.c