Bug 183188: collectstats.pl no longer makes data/mining world-readable

patch by Christian Franke <Franke@computer.org> r= bbaetz, justave a= justdave
parent 6bd37cce
......@@ -73,7 +73,7 @@ if (-s "data/duplicates.tmp") {
sub check_data_dir {
my $dir = shift;
if (! -d) {
if (! -d $dir) {
mkdir $dir, 0777;
chmod 0777, $dir;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment