Rev 1522 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1522 | Rev 3877 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | #! /bin/sh |
1 | #! /bin/sh |
2 | 2 | ||
3 | tmp=`echo "$wims_exec_parm" | bin/wrap..exec chemeq -n` |
3 | tmp=`echo "$wims_exec_parm" | ./bin/wrap..exec chemeq -n` |
4 | echo "$tmp" |
4 | echo "$tmp" |
5 | 5 | ||
6 | if echo "$tmp" | grep ERROR >/dev/null 2>&1; then |
6 | if echo "$tmp" | grep ERROR >/dev/null 2>&1; then |
7 | today=`date '+%Y%m%d' 2>/dev/null` |
7 | today=`date '+%Y%m%d' 2>/dev/null` |
8 | echo "$today chemeq: $wims_exec_parm" >>../log/user_error.log 2>/dev/null |
8 | echo "$today chemeq: $wims_exec_parm" >>../log/user_error.log 2>/dev/null |