Changeset 422


Ignore:
Timestamp:
02/08/11 17:19:32 (13 years ago)
Author:
mmaipsl
Message:

Marie-Alice has seen my last commit on protection of chmod was wrong. Sorry.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/libIGCM_comp/libIGCM_comp.ksh

    r420 r422  
    716716 
    717717    typeset NbFichs 
    718     NbFiles=$( ls * > /dev/null 2>&1 | wc -l ) 
     718    NbFiles=$( ls * 2> /dev/null | wc -l ) 
    719719    if [ ${NbFiles} -gt 0 ] ; then 
    720720        IGCM_sys_Chmod u+rw * 
Note: See TracChangeset for help on using the changeset viewer.