From: Wolfgang Bangerth Date: Thu, 26 May 2005 15:13:58 +0000 (+0000) Subject: In line with the usual unix philosophy, do not generate any output if X-Git-Tag: v8.0.0~13796 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1877b90511a223031d7b91f203e24f3a1e381c39;p=dealii.git In line with the usual unix philosophy, do not generate any output if everything is fine. git-svn-id: https://svn.dealii.org/trunk@10760 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/common/scripts/validate-xrefs.pl b/deal.II/common/scripts/validate-xrefs.pl index c201112bed..5a361e7b57 100644 --- a/deal.II/common/scripts/validate-xrefs.pl +++ b/deal.II/common/scripts/validate-xrefs.pl @@ -124,4 +124,3 @@ foreach $filename (@ARGV) } } -print "---- All local links found to be ok.\n";