]> https://gitweb.dealii.org/ - dealii.git/commitdiff
remove absolute path
authorGuido Kanschat <dr.guido.kanschat@gmail.com>
Wed, 2 Mar 2005 23:01:50 +0000 (23:01 +0000)
committerGuido Kanschat <dr.guido.kanschat@gmail.com>
Wed, 2 Mar 2005 23:01:50 +0000 (23:01 +0000)
git-svn-id: https://svn.dealii.org/trunk@9957 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/common/scripts/normalize.pl

index cfebbf403f6b2653b03d54c72a905aee6d8220b3..03037323fe6a0173ce2bf07ab54a2d3e9bdc7abf 100644 (file)
@@ -1,7 +1,7 @@
 ######################################################################
 # $Id$
 #
-# Copyright (C) 2001, 2003, the deal.II authors
+# Copyright (C) 2001, 2003, 2005, the deal.II authors
 #
 # Remove insignificant volatile data from output files of tests
 #
 #  small doubles
 ######################################################################
 
+# Remove absolute path names
+$D = $0;
+$D =~ s!common/scripts/normalize.pl!!;
+s!$D!DEAL_II_PATH/!g;
+
 # Remove JobID
 
 s/JobId.*//;

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.