On August 27, 2019 11:38:39 AM EDT, Andrew Cooper <andrew.coop...@citrix.com> wrote: >... rather than leaving the user with no hint as to where to debug >next. > >Signed-off-by: Andrew Cooper <andrew.coop...@citrix.com> >--- >CC: Konrad Rzeszutek Wilk <konrad.w...@oracle.com>
Reviewed-by: Konrad Rzeszutek Wilk <konrad.w...@oracle.com> >CC: Ross Lagerwall <ross.lagerw...@citrix.com> >--- > livepatch-build | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/livepatch-build b/livepatch-build >index 7068faf..b198c97 100755 >--- a/livepatch-build >+++ b/livepatch-build >@@ -140,7 +140,7 @@ function create_patch() >die "no core file found, run 'ulimit -c unlimited' and try to recreate" > fi > # create-diff-object returns 3 if no functional change is found >- [[ $rc -eq 0 ]] || [[ $rc -eq 3 ]] || ERROR=$(expr $ERROR "+" >1) >+ [[ $rc -eq 0 ]] || [[ $rc -eq 3 ]] || { ERROR=$(expr $ERROR >"+" 1); warn "create-diff-object $i rc $rc"; } > if [[ $rc -eq 0 ]]; then > CHANGED=1 > fi _______________________________________________ Xen-devel mailing list Xen-devel@lists.xenproject.org https://lists.xenproject.org/mailman/listinfo/xen-devel