Magellan Linux

Diff of /trunk/include/cvs.sminc

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 7095 by niro, Tue Sep 28 20:00:48 2010 UTC revision 7237 by niro, Mon Oct 11 21:38:28 2010 UTC
# Line 38  cvs_fetch_source() Line 38  cvs_fetch_source()
38   cd ${SRCDIR}   cd ${SRCDIR}
39    
40   # prune old cruft   # prune old cruft
41   [[ -d "${temp}" ] && { rm -r ${temp} || die; }   [ -d "${temp}" ] && { rm -r ${temp} || die; }
42    
43   # correct permissions   # correct permissions
44   find ${SRCDIR} -type f -exec chmod 0644 '{}' ';'   find ${SRCDIR} -type f -exec chmod 0644 '{}' ';'

Legend:
Removed from v.7095  
changed lines
  Added in v.7237