Subversion Repositories wimsdev

Rev

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 /11 -type f 2>/dev/null | head -1000`
4
test=`find $wims_exec_parm -perm +11 -type f 2>/dev/null | head -1000`
5
echo "$test" | head -60
5
echo "$test" | head -60
6
if [ ! -z "$test" ]; then chmod og-x $test; fi
6
if [ ! -z "$test" ]; then chmod og-x $test; fi
7
 
7