chiark / gitweb /
failedcmd prints $us, not $_[0] - ie, dgit doesn't pretend, in the error message...
[dgit.git] / dgit
diff --git a/dgit b/dgit
index 94b9ab16d287592a9a808d695e7c413524e77011..0182b6f9e4fe7e1842154c2d636320b6bf1d5501 100755 (executable)
--- a/dgit
+++ b/dgit
@@ -332,7 +332,7 @@ sub printcmd {
 }
 
 sub failedcmd {
-    { local ($!); printcmd \*STDERR, "$_[0]: failed command:", @_ or die $!; };
+    { local ($!); printcmd \*STDERR, "$us: failed command:", @_ or die $!; };
     if ($!) {
        fail "failed to fork/exec: $!";
     } elsif (!($? & 0xff)) {