From c95dbfe639b313ac619bf73f816dbdeb151f6a83 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Thu, 1 Feb 2007 13:33:27 +0100 Subject: [PATCH] thinko. --- GNUmakefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GNUmakefile.in b/GNUmakefile.in index 4bccec3f5f..3ccaf3977d 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -229,8 +229,8 @@ test: test-baseline: test - if test -d .git ; then \ - @$(if $(shell git diff), echo "commit before base lining" && false,true) ; \ + @if test -d .git ; then \ + $(if $(shell git diff), echo "commit before base lining" && false,true) ; \ fi rm -rf input/regression/out-test-baseline mv input/regression/out-test input/regression/out-test-baseline -- 2.39.5