diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2003-06-02 20:40:19 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2003-06-02 20:40:19 +0000 |
commit | 11998fdb9e856e363920dd01b47ba3f3fe2d0bb2 (patch) | |
tree | 048392dafaf52f38cdcd0984bd54b669dc163b8d /pod/perlrun.pod | |
parent | 3a8ae1affddf8a9aac8746965f2ae13c7af42aba (diff) | |
download | perl-11998fdb9e856e363920dd01b47ba3f3fe2d0bb2.tar.gz |
resurrect change#19628 and make it work by generalizing
a spot that had a hardcoded dependency on the cmd.exe
arguments being "/x/c" or "/c"
p4raw-link: @19628 on //depot/perl: 7b24c8f3b02202da900623391393234a869d1b34
p4raw-id: //depot/perl@19668
Diffstat (limited to 'pod/perlrun.pod')
-rw-r--r-- | pod/perlrun.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlrun.pod b/pod/perlrun.pod index 2b63c6b056..76f0e2d5fc 100644 --- a/pod/perlrun.pod +++ b/pod/perlrun.pod @@ -1061,7 +1061,7 @@ The command used to load the debugger code. The default is: =item PERL5SHELL (specific to the Win32 port) May be set to an alternative shell that perl must use internally for -executing "backtick" commands or system(). Default is C<cmd.exe /x/c> +executing "backtick" commands or system(). Default is C<cmd.exe /x/d/c> on WindowsNT and C<command.com /c> on Windows95. The value is considered to be space-separated. Precede any character that needs to be protected (like a space or backslash) with a backslash. |