X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=dgit;h=88db243261790717921deba420dea1ff3ff390cc;hb=3405b073420845d4e72202577537e013d91abd25;hp=2365bfce431b45869c07f650f2d398e7f01ed763;hpb=6be5332d24efc7a21c9b5c57ad30193badb16ff2;p=dgit.git diff --git a/dgit b/dgit index 2365bfce..88db2432 100755 --- a/dgit +++ b/dgit @@ -5569,6 +5569,7 @@ END make-patches --quiet-would-amend)); # We tolerate soe snags that gdr wouldn't, by default. if (act_local()) { + debugcmd "+",@cmd; $!=0; $?=-1; failedcmd @cmd if system @cmd and $?!=7; } else {