Subversion Repositories wimsdev

Rev

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 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/ch..root checkmol $wims_exec_parm
10
 ./bin/wrap..exec checkmol $wims_exec_parm
11
else
11
else
12
 echo `checkmol $wims_exec_parm`
12
 echo `checkmol $wims_exec_parm`
13
fi
13
fi