Rev 2050 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2050 | Rev 3877 | ||
---|---|---|---|
Line 4... | Line 4... | ||
4 | 4 | ||
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/matchmol ]; then |
- | |
10 |
|
9 | ./bin/wrap..exec matchmol $wims_exec_parm |
11 | else |
- | |
12 | echo `matchmol $wims_exec_parm` |
- | |
13 | fi |
- |