]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
read file
authorguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 16 Jun 2002 07:12:37 +0000 (07:12 +0000)
committerguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 16 Jun 2002 07:12:37 +0000 (07:12 +0000)
git-svn-id: https://svn.dealii.org/trunk@6147 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/doc/RELEASE/announce.pl

index 9062b3583775c0e74a217098e277e7b210373d33..d0cd3ca6f62ba48e59345ba8be105222c390eeeb 100644 (file)
@@ -40,9 +40,11 @@ my $version = $ARGV[0];
 my $file = "announce-$version";
 die "Announcement file $file does not exist" unless (-r $file);
 
-
 $test = 0 if ($ARGV[1] eq 'ok');
 
+open ANNOUNCEMENT, $file;
+my @announcement = <ANNOUNCEMENT>;
+
 print "=====Announcing version $version=====\n";
 
 ######################################################################

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.