Rev 6777 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 6777 | Rev 6783 | ||
---|---|---|---|
Line 2... | Line 2... | ||
2 | 2 | ||
3 | cd .. |
3 | cd .. |
4 | test=`find $wims_exec_parm -perm |
4 | test=`find $wims_exec_parm -perm +22 \! -type l 2>/dev/null | head -1000` |
5 | test2=`find $w_nowrite2 -maxdepth 0 -perm |
5 | test2=`find $w_nowrite2 -maxdepth 0 -perm +22 \! -type l 2>/dev/null | head -1000` |
6 | echo "$test |
6 | echo "$test |
7 | $test2" | head -60 |
7 | $test2" | head -60 |
8 | if [ ! -z "$test$test2" ]; then chmod og-w $test $test2; fi |
8 | if [ ! -z "$test$test2" ]; then chmod og-w $test $test2; fi |
9 | 9 |