add correct to for isg_order

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2010-09-08 17:10:30 +02:00
commit f7808b6c8e
8 changed files with 18 additions and 13 deletions

View file

@ -5,4 +5,4 @@
# Last Modified: -
#
find "$1" -exec chmod og-rwx {} \;
find "$1" -exec chmod u+rw,og-rwx {} \;