X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit.git;a=blobdiff_plain;f=dgit;h=5c9cdc3e2a8d24819199c69d4f61b4735a18d78f;hp=2365bfce431b45869c07f650f2d398e7f01ed763;hb=03234a4d7d5c99e71fb0f1447acdb2241d58c7d8;hpb=6be5332d24efc7a21c9b5c57ad30193badb16ff2 diff --git a/dgit b/dgit index 2365bfce..5c9cdc3e 100755 --- a/dgit +++ b/dgit @@ -5569,8 +5569,9 @@ 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; + failedcmd @cmd if system @cmd and $?!=7*256; } else { dryrun_report @cmd; }