/[soft]
ViewVC logotype

Revision 2225


Jump to revision: Previous Next
Author: tv
Date: Sun Nov 27 13:06:57 2011 UTC (12 years, 4 months ago)
Changed paths: 1
Log Message:
(secured_file) ensure that ~/tmp is correctly owned if created

callers should probably just use mkstemp in /tmp instead of relying on
$TMPDIR || $ENV{HOME}/tmp or we should just move the choice of directory
from callers to here, sg like:
my $tmpdir = find { -d $_ } $ENV{TMPDIR}, "$ENV{HOME}/tmp",
"$::prefix/tmp";

Changed paths

Path Details
Directorydrakx/branches/1/perl-install/common.pm modified , text changed

  ViewVC Help
Powered by ViewVC 1.1.30