From: Wolfgang Bangerth Date: Thu, 12 Apr 2001 08:49:16 +0000 (+0000) Subject: Fix typo. X-Git-Tag: v8.0.0~19337 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=864b4a76931806f295e7117f3eae97fb6312d98b;p=dealii.git Fix typo. git-svn-id: https://svn.dealii.org/trunk@4449 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/Makefile.in b/tests/Makefile.in index 357ef6ddca..4ef0c8f533 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -20,7 +20,7 @@ big-tests: report: @for i in base lac fe deal.II ; do \ - echo =======Report: $i ======= ; \ + echo =======Report: $$i ======= ; \ cd $$i ; $(MAKE) report ; cd .. ; \ done