summaryrefslogtreecommitdiff
path: root/lib/Cwd.pm
diff options
context:
space:
mode:
authorNorton T. Allen <allen@huarp.harvard.edu>2001-07-06 05:39:57 -0400
committerJarkko Hietaniemi <jhi@iki.fi>2001-07-06 12:44:51 +0000
commit7438b6ad377f048a1bb02c1f44fe19331fe365b4 (patch)
tree180696d18ce23eccdb96da081a81cbaf79f362ac /lib/Cwd.pm
parent1564c5f7a0a2e9453f90d382702c26b7afa63e79 (diff)
downloadperl-7438b6ad377f048a1bb02c1f44fe19331fe365b4.tar.gz
QNX patch extended for NTO
Message-Id: <200107061339.JAA12582@bottesini.harvard.edu> p4raw-id: //depot/perl@11177
Diffstat (limited to 'lib/Cwd.pm')
-rw-r--r--lib/Cwd.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Cwd.pm b/lib/Cwd.pm
index 632931b133..719266543a 100644
--- a/lib/Cwd.pm
+++ b/lib/Cwd.pm
@@ -334,7 +334,7 @@ sub _epoc_cwd {
*fastcwd = \&_dos_cwd;
*abs_path = \&fast_abs_path;
}
- elsif ($^O eq 'qnx') {
+ elsif ($^O =~ m/^(?:qnx|nto)$/ ) {
*cwd = \&_qnx_cwd;
*getcwd = \&_qnx_cwd;
*fastgetcwd = \&_qnx_cwd;