Skip to content

Commit e3fda73

Browse files
authored
Merge pull request #7 from peterschrammel/remove-strange-eval
Move eval of last line of log file to cbmc.inc
2 parents 66190a6 + a2e511c commit e3fda73

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

cbmc.inc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,5 @@ esac ; \
3131
\
3232
done \
3333
'
34+
eval `tail -n 1 $LOG.ok`
3435
}

tool-wrapper.inc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ if [ ! -s $LOG.ok ] ; then
119119
exit 1
120120
fi
121121

122-
eval `tail -n 1 $LOG.ok`
123122
cat $LOG.ok
124123
case $EC in
125124
0) if [[ "$WITNESS_FILE" != "" ]]; then process_graphml $EC > $WITNESS_FILE; \

0 commit comments

Comments
 (0)