From: Han-Wen Nienhuys Date: Thu, 1 Feb 2007 12:33:27 +0000 (+0100) Subject: thinko. X-Git-Tag: release/2.11.15-2~6 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=c95dbfe639b313ac619bf73f816dbdeb151f6a83;p=lilypond.git thinko. --- 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