Subversion Repositories wimsdev

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
14 reyssat 1
#! /bin/sh
2
 
3
if [ -f ../chroot/usr/local/bin/chemeq ]; then
4
 launcher=ch..root
5
else
6
 launcher=wrap..exec
7
fi
8
 
9
tmp=`echo "$wims_exec_parm" | bin/$launcher chemeq -c | grep ERROR`
10
echo "$tmp"
11