Don't modify the perms after checkout.

This commit is contained in:
falgout 1996-08-09 22:58:18 +00:00
parent a74709dcb2
commit c31bb571bc
2 changed files with 2 additions and 6 deletions

View File

@ -118,6 +118,4 @@ done
#=======================================================
find $AMG_SRC \( \! -name RCS \) -print | xargs chgrp amg
find $AMG_SRC \( \! -name RCS \) -print | xargs chmod ug+rX
find $AMG_SRC \( \! -name RCS \) -print | xargs chmod o-rwx

View File

@ -118,6 +118,4 @@ done
#=======================================================
find $AMG_SRC \( \! -name RCS \) -print | xargs chgrp amg
find $AMG_SRC \( \! -name RCS \) -print | xargs chmod ug+rX
find $AMG_SRC \( \! -name RCS \) -print | xargs chmod o-rwx