X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit.git;a=blobdiff_plain;f=dgit;h=e99df73b161280fc5396431fcc4d63592f8c754f;hp=44cfb15acfbb3e968b4b6aa6c3083842033ea003;hb=0143e613578b90d0e320fe4bab748b7a8726fa13;hpb=835d5026fd4c39a5012d1a0d64c85a2481a2c686 diff --git a/dgit b/dgit index 44cfb15a..e99df73b 100755 --- a/dgit +++ b/dgit @@ -410,7 +410,7 @@ sub cmdoutput_errok { $!=0; $?=0; { local $/ = undef; $d =

; } die $! if P->error; - if (!close P) { printdebug "=>!$?\n" if $debug>0; return undef; } + if (!close P) { printdebug "=>!$?\n"; return undef; } chomp $d; $d =~ m/^.*/; printdebug "=> \`$&'",(length $' ? '...' : ''),"\n" if $debug>0; #';