GNU bug report logs - #36739
[PATCH] maint: fix issues in syntax-check

Previous Next

Package: coreutils;

Reported by: Akim Demaille <akim.demaille <at> gmail.com>

Date: Sat, 20 Jul 2019 07:29:01 UTC

Severity: normal

Tags: patch

Done: Paul Eggert <eggert <at> cs.ucla.edu>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Bernhard Voelker <mail <at> bernhard-voelker.de>
To: Akim Demaille <akim.demaille <at> gmail.com>, 36739 <at> debbugs.gnu.org
Subject: bug#36739: [PATCH] maint: fix issues in syntax-check
Date: Tue, 6 Aug 2019 22:28:43 +0200
[Message part 1 (text/plain, inline)]
On 7/20/19 9:27 AM, Akim Demaille wrote:
>  # Ensure that tests call the print_ver_ function for programs which are
>  # actually used in that test.
>  sc_prohibit_test_calls_print_ver_with_irrelevant_argument:
> -	@git grep -w print_ver_ $(srcdir)/tests				\
> +	@cd $(srcdir)							\
> +	&& git -C  grep -w print_ver_ tests				\
>  	  | sed 's#:print_ver_##'					\
>  	  | { fail=0;							\
>  	      while read file name; do					\

'git -C' is lacking the SRCDIR argument.
The attached fixes it.

Have a nice day,
Berny
[0001-maint-fix-error-in-syntax-check-checking.patch (text/x-patch, attachment)]

This bug report was last modified 5 years and 289 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.