Changeset 117


Ignore:
Timestamp:
Oct 18, 2010, 2:17:37 PM (14 years ago)
Author:
gostiaux
Message:

Added the umask 002 in order to set automatically the group permissions to the nc files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/civ.m

    r116 r117  
    23592359            cmd=[cmd '#$ -cwd \n'];
    23602360            cmd=[cmd 'hostname && date \n'];
     2361            cmd=[cmd 'umask 002 \n'];
    23612362        end
    23622363        if civAll
Note: See TracChangeset for help on using the changeset viewer.