bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Explicit interpreter paths considered harmful


From: Simon Josefsson
Subject: Re: Explicit interpreter paths considered harmful
Date: Mon, 02 Nov 2009 11:56:09 +0100
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.1 (gnu/linux)

address@hidden (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

[Prev in Thread] Current Thread [Next in Thread]