gnuboot-patches
[Top][All Lists]
Advanced

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

Re: [PATCH v1 07/18] website-build: check.sh: fix line length.


From: Adrien 'neox' Bourmault
Subject: Re: [PATCH v1 07/18] website-build: check.sh: fix line length.
Date: Mon, 27 May 2024 15:15:54 +0200
User-agent: Evolution 3.48.4

Le samedi 25 mai 2024 à 20:25 +0200, Denis 'GNUtoo' Carikli a écrit :
> Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
> ---
>  website-build/check.sh | 5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)
> 
> diff --git a/website-build/check.sh b/website-build/check.sh
> index fa917a9..5c421d0 100755
> --- a/website-build/check.sh
> +++ b/website-build/check.sh
> @@ -68,8 +68,9 @@ run_tests()
>  {
>         test_pattern "html test" "${tarball}" '\.html$'
>         test_pattern "jpg test" "${tarball}" '\.jpg$'
> -       test_savannah_cvs_constraints "Savannah CVS: Only /index.html in root
> directory" \
> -                                     "${tarball}"
> +       test_savannah_cvs_constraints \
> +           "Savannah CVS: Only /index.html in root directory" \
> +           "${tarball}"
>  }
>  
>  if [ $# -eq 1 ] && [ "$1" = "-h" -o "$1" == "--help" ] ; then

Acked-by: Adrien 'neox' Bourmault <neox@gnu.org>

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

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