diff mbox

cfg.mk: Drop period after filename for indent failures

Message ID 03569fda63d6dd8cb5cd63c34eb23faf5193da74.1452375268.git.crobinso@redhat.com
State Accepted
Commit 03569fda63d6dd8cb5cd63c34eb23faf5193da74
Headers show

Commit Message

Cole Robinson Jan. 9, 2016, 9:34 p.m. UTC
The period makes it more difficult to copy/paste the errant filename
for manual fixup
---
Pushed as trivial

 cfg.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.5.0

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
diff mbox

Patch

diff --git a/cfg.mk b/cfg.mk
index cf3f36c..b009b28 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