From cc9f35a4b727c943cfc073d7d550993e28425b38 Mon Sep 17 00:00:00 2001 From: Thomas Bruederli Date: Thu, 17 May 2012 19:04:48 +0200 Subject: Set the right permissions on new localization folders --- bin/importgettext.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/importgettext.sh b/bin/importgettext.sh index d29a318bd..aab61013b 100755 --- a/bin/importgettext.sh +++ b/bin/importgettext.sh @@ -71,7 +71,7 @@ EOF; $output .= "\n"; $dir = dirname($outfn); - @mkdir($dir, 664, true); + @mkdir($dir, 0755, true); if (file_put_contents($outfn, $output)) echo "-> $outfn\n"; } -- cgit v1.2.3