]> git.pld-linux.org Git - projects/distfiles.git/commitdiff
- set proper 002 umask
authorMichal Moskal <michal@moskal.me>
Tue, 3 Jun 2003 19:40:20 +0000 (19:40 +0000)
committercvs2git <feedback@pld-linux.org>
Thu, 29 Nov 2012 22:58:15 +0000 (22:58 +0000)
Changed files:
    file-fetcher.pl -> 1.22

file-fetcher.pl

index c7495237808eeeabcde5910f2a3cab5bb6ff0d02..57637c806a5449fe1ac3b70f289c92b8ea1975d5 100644 (file)
@@ -296,6 +296,8 @@ sub clean_tmp_dir()
     if ($tmp_dir ne "" && -d $tmp_dir);
 }
 
+umask(002);
+
 find_file_in_spool();
 read_spool_file();
 make_tmp_dir();
This page took 0.079763 seconds and 4 git commands to generate.