Don't modify the perms after checkout.
This commit is contained in:
parent
a74709dcb2
commit
c31bb571bc
@ -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
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user