Changeset cc9f35a in github


Ignore:
Timestamp:
May 17, 2012 1:04:48 PM (12 months ago)
Author:
Thomas Bruederli <thomas@…>
Branches:
master, HEAD, dev-browser-capabilities, pdo
Children:
6734a83
Parents:
9603477
Message:

Set the right permissions on new localization folders

File:
1 edited

Legend:

Unmodified
Added
Removed
  • bin/importgettext.sh

    rae4bad9 rcc9f35a  
    7272        $output .= "\n"; 
    7373        $dir = dirname($outfn); 
    74         @mkdir($dir, 664, true); 
     74        @mkdir($dir, 0755, true); 
    7575        if (file_put_contents($outfn, $output)) 
    7676                echo "-> $outfn\n"; 
Note: See TracChangeset for help on using the changeset viewer.