From: wolf 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-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9fecf4f3824f4e0f3d849bea9bd04a8e49f76d59;p=dealii-svn.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";