Rev 3877 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3877 | Rev 8537 | ||
---|---|---|---|
Line 5... | Line 5... | ||
5 | [ -s $tmp_dir/test ] || exit |
5 | [ -s $tmp_dir/test ] || exit |
6 | 6 | ||
7 | ulimit -f 64 |
7 | ulimit -f 64 |
8 | 8 | ||
9 | if [ -f ../chroot/usr/local/bin/checkmol ]; then |
9 | if [ -f ../chroot/usr/local/bin/checkmol ]; then |
10 | ./bin/wrap..exec checkmol $wims_exec_parm |
10 | ./bin/wrap..exec ../other/bin/checkmol $wims_exec_parm |
11 | else |
11 | else |
12 | echo `checkmol $wims_exec_parm` |
12 | echo `checkmol $wims_exec_parm` |
13 | fi |
13 | fi |