Ignore:
Timestamp:
2003-04-17T14:24:48+12:00 (21 years ago)
Author:
mdewsnip
Message:

(The previous log message) + "properly".

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/bin/script/inittranslation.pl

    r4181 r4182  
    9999    die "Error: Couldn't create directory $translationdir.\n";
    100100    }
    101     umask($currentmask);
    102101
    103102    # Start a new database for the translation information
     
    115114    my $updatedb = util::filename_cat($translationdir, "update.db");
    116115    tie(%updatedata, "GDBM_File", $updatedb, GDBM_WRCREAT, 0666);
     116    umask($currentmask);
    117117
    118118    # Create the target language macro files if they don't exist
Note: See TracChangeset for help on using the changeset viewer.