mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 13:45:38 +00:00
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:
parent
6e2770174e
commit
03569fda63
2
cfg.mk
2
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
|
||||
|
Loading…
Reference in New Issue
Block a user