mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06: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:
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
|
||||
|
||||
Reference in New Issue
Block a user