summaryrefslogtreecommitdiff
path: root/NetWare/Nwmain.c
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-09-11 11:50:48 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-09-11 11:50:48 +0000
commit78196db058807d48f2c755ea8e4fa61c11bee0cc (patch)
treebf35494c86fe184b5efd034f12354c7f2fd3d9ed /NetWare/Nwmain.c
parent7f01e9eb568fcd05e80ff03d218f3770ea23fc08 (diff)
downloadperl-78196db058807d48f2c755ea8e4fa61c11bee0cc.tar.gz
NetWare update from Ananth Kesari.
p4raw-id: //depot/perl@12002
Diffstat (limited to 'NetWare/Nwmain.c')
-rw-r--r--NetWare/Nwmain.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/NetWare/Nwmain.c b/NetWare/Nwmain.c
index c6cea84438..0e8bf0bbb8 100644
--- a/NetWare/Nwmain.c
+++ b/NetWare/Nwmain.c
@@ -160,8 +160,8 @@ void main(int argc, char *argv[])
// Ensure that we have a "temp" directory
fnSetupNamespace();
- if (access(DEFTEMP, 0) != 0)
- mkdir(DEFTEMP);
+ if (access(DEFPERLTEMP, 0) != 0)
+ mkdir(DEFPERLTEMP);
// Create the file NUL if not present. This is done only once per NLM load.
// This is required for -e.