cfg.mk: Drop period after filename for indent failures

The period makes it more difficult to copy/paste the errant filename
for manual fixup
This commit is contained in:
Cole Robinson 2016-01-09 16:33:10 -05:00
parent 6e2770174e
commit 03569fda63

2
cfg.mk
View File

@ -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