From: Cole Robinson Date: Sat, 9 Jan 2016 21:33:10 +0000 (-0500) Subject: cfg.mk: Drop period after filename for indent failures X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=03569fda63d6dd8cb5cd63c34eb23faf5193da74;p=libvirt.git cfg.mk: Drop period after filename for indent failures The period makes it more difficult to copy/paste the errant filename for manual fixup --- diff --git a/cfg.mk b/cfg.mk index cf3f36c133..b009b284f1 100644 --- a/cfg.mk +++ b/cfg.mk @@ -1095,7 +1095,7 @@ test-wrap-argv: res=$$? ; \ rm $${file}-t ; \ test $$res == 0 || { \ - echo "$(ME): Incorrect line wrapping in $$file." 1>&2; \ + echo "$(ME): Incorrect line wrapping in $$file" 1>&2; \ echo "$(ME): Use test-wrap-argv.pl to wrap test data files" 1>&2; \ exit 1; } \ done