l...@gnu.org (Ludovic Courtès) writes:

> diff --git a/build-aux/pmccabe2html b/build-aux/pmccabe2html
> index 27bb8f3..4fe4c64 100755
> --- a/build-aux/pmccabe2html
> +++ b/build-aux/pmccabe2html
> @@ -1,4 +1,5 @@
> -#!/usr/bin/awk -f
> +#!/bin/sh
> +exec awk -f "$0" "$@"
>  # pmccabe2html - pmccabe to html converter
>  
>  # Copyright (C) 2007, 2008 Free Software Foundation, Inc.
>
> Then I think ‘gl_PMCCABE2HTML’ could be removed altogether, which would
> bring the module on par with the other maintainer-only scripts.
>
> What do you think?

Sounds great, thank you.  Pushed:

http://git.savannah.gnu.org/cgit/gnulib.git/commit/?id=c9fed5f857a8a6bcce5e276920fd64c43bc5c668

/Simon


Reply via email to