From: "Zeeshan Ali (Khattak)" <[email protected]>

---
 maint.mk | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/maint.mk b/maint.mk
index 405c6d0..6d35231 100644
--- a/maint.mk
+++ b/maint.mk
@@ -1078,7 +1078,8 @@ sc_po_check:
            esac;                                                       \
            files="$$files $$file";                                     \
          done;                                                         \
-         grep -E -l '\b(N?_|gettext *)\([^)"]*("|$$)' $$files          \
+         grep -E -l '\b((N?_|gettext *)\([^)"]*("|$$))|(<_.*/_.*>)'    \
+           $$files                                                     \
            | sed 's|^$(_dot_escaped_srcdir)/||' | sort -u > $@-2;      \
          diff -u -L $(po_file) -L $(po_file) $@-1 $@-2                 \
            || { printf '$(ME): '$(fix_po_file_diag) 1>&2; exit 1; };   \
-- 
1.7.12.1

_______________________________________________
virt-tools-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/virt-tools-list

Reply via email to