Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
14 | reyssat | 1 | #! /bin/sh |
2 | |||
3 | # sysmask test |
||
4 | ../bin/true 2>/dev/null && { |
||
5 | echo Cannot execute ocaml: security protection unavailable. >&2 |
||
6 | exit |
||
7 | } |
||
8 | |||
9 | echo "$wims_exec_parm" | sed 's/\$/\$/g' >$tmp_dir/ocaml.src |
||
10 | |||
11 | ulimit -f 64 |
||
12 | bin/ch..root ocaml <$tmp_dir/ocaml.src |
||
13 |