From 82ff6a36db88799cf6f658bd8855cefa5306c06d Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 24 Jul 2020 12:42:44 +0200 Subject: suppress diff output --- gnu-taler-error-codes/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu-taler-error-codes/Makefile') diff --git a/gnu-taler-error-codes/Makefile b/gnu-taler-error-codes/Makefile index e2faf3a..502c6f2 100644 --- a/gnu-taler-error-codes/Makefile +++ b/gnu-taler-error-codes/Makefile @@ -23,7 +23,7 @@ prep: # actually changed the result. combined.tmp: registry.rec prep recsel -t TalerErrorCode -j HttpStatus -p Description,Name,Value,HttpStatus,HttpStatus.Value,HttpStatus.Identifier ../http-status-codes/registry.rec registry.rec > combined.xtmp - if ! diff $@ combined.xtmp; then mv combined.xtmp $@; else rm combined.xtmp; fi + if ! diff $@ combined.xtmp > /dev/null; then mv combined.xtmp $@; else rm combined.xtmp; fi combined-escaped.tmp: combined.tmp sed 's/"/\\"/g' $^ > $@ -- cgit v1.2.3