On 2019-01-22 18:18:00, Juan Picca wrote:
> Package: pv
> Version: 1.6.6-1
> Severity: wishlist
> Tags: patch
>
> Dear maintainer,
>
> One script in autoconf directory uses the ash shell, which is replaced
> in debian with the dash shell.
>
> Regards,
> Juan Picca
> Description: Replace usage of ash with dash
>  Replace usage of ash shell with dash (/bin/sh).
> Author: Juan Picca <jumap...@gmail.com>
> Last-Update: 2019-01-22
> ---
> --- a/autoconf/scripts/index.sh
> +++ b/autoconf/scripts/index.sh
> @@ -1,4 +1,4 @@
> -#!/bin/ash
> +#!/bin/sh
>  #
>  # Script to generate an HTML index of all C code from the current directory
>  # downwards (skipping directories ending in ~). The header comment in each

Hi!

Thanks for your bug report.

Could you clarify what problem this patch fixes exactly?

A.

-- 
L'adversaire d'une vraie liberté est un désir excessif de sécurité.
                        - Jean de la Fontaine

Reply via email to