From: Ian Jackson Date: Mon, 7 Nov 2016 02:43:59 +0000 (+0000) Subject: dgit: printdone: Use $us. X-Git-Tag: archive/debian/2.10~33 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit.git;a=commitdiff_plain;h=59fbae9cfaa385e896af7714ee697a675de557ec dgit: printdone: Use $us. No significant functional change right now. When $us changes, it will be more right. Signed-off-by: Ian Jackson --- diff --git a/dgit b/dgit index da62de1f..bc9f74e1 100755 --- a/dgit +++ b/dgit @@ -516,7 +516,7 @@ sub act_scary () { return !$dryrun_level; } sub printdone { if (!$dryrun_level) { - progress "dgit ok: @_"; + progress "$us ok: @_"; } else { progress "would be ok: @_ (but dry run only)"; }