On 02/06/15 21:56, Martin Storsjö wrote:
> This fixes the side effect of printing the whole environment,
> if no --env parameter was provided.
> ---
>  configure | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/configure b/configure
> index 2458adb..1ed8956 100755
> --- a/configure
> +++ b/configure
> @@ -2543,7 +2543,7 @@ for opt do
>      esac
>  done
>  
> -for e in "$env"; do
> +for e in $env; do
>      eval "export $e"
>  done
>  
> 

Thanks for fixing it. Fine by me.

lu
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to