summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/importgettext.sh2
1 files changed, 1 insertions, 1 deletions
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";
}