We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4d78737 + 7e97314 commit 4a5b540Copy full SHA for 4a5b540
cbmc.inc
@@ -43,5 +43,8 @@ esac ; \
43
\
44
done \
45
'
46
+ if [ ! -s $LOG.ok ] ; then
47
+ mv $LOG.latest $LOG.ok ; echo "EC=42" >> $LOG.ok
48
+ fi
49
eval `tail -n 1 $LOG.ok`
50
}
jbmc.inc
@@ -38,5 +38,8 @@ esac ; \
38
39
40
41
42
0 commit comments