On 10/26/2012 10:23 AM, Zeeshan Ali (Khattak) wrote:
> 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                                                     \

I took it one step further, and resyncrhonized maint.mk with gnulib:
https://www.redhat.com/archives/virt-tools-list/2012-October/msg00276.html

-- 
Eric Blake   [email protected]    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature

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

Reply via email to