From 4d2b73df4443bda54985bd41c3299a1338c0c834 Mon Sep 17 00:00:00 2001 From: Gurusamy Sarathy Date: Fri, 17 Mar 2000 02:38:51 +0000 Subject: integrate cfgperl contents into mainline p4raw-id: //depot/perl@5767 --- lib/CGI.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/CGI.pm') diff --git a/lib/CGI.pm b/lib/CGI.pm index a81ac07909..3e032578b2 100644 --- a/lib/CGI.pm +++ b/lib/CGI.pm @@ -3280,7 +3280,7 @@ my ($vol) = $MAC ? MacPerl::Volumes() =~ /:(.*)/ : ""; unless ($TMPDIRECTORY) { @TEMP=("${SL}usr${SL}tmp","${SL}var${SL}tmp", "C:${SL}temp","${SL}tmp","${SL}temp", - "${vol}${SL}Temporary Items", + "${vol}${SL}Temporary Items","${SL}sys\$scratch", "${SL}WWW_ROOT"); unshift(@TEMP,$ENV{'TMPDIR'}) if exists $ENV{'TMPDIR'}; -- cgit v1.2.1