gana

GNUnet Assigned Numbers Authority
Log | Files | Refs | README | LICENSE

commit 82ff6a36db88799cf6f658bd8855cefa5306c06d
parent daf58687288a77b6eee4a4d66811153200d2039c
Author: Christian Grothoff <christian@grothoff.org>
Date:   Fri, 24 Jul 2020 12:42:44 +0200

suppress diff output

Diffstat:
Mgnu-taler-error-codes/Makefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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' $^ > $@