From 21f377abab90c7f6034dbf85d583b434d3526920 Mon Sep 17 00:00:00 2001 From: guido Date: Tue, 16 Apr 2002 14:58:11 +0000 Subject: [PATCH] Ignore -kk flags git-svn-id: https://svn.dealii.org/trunk@5669 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/common/scripts/status.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/deal.II/common/scripts/status.pl b/deal.II/common/scripts/status.pl index 2c922c4f21..8a0e3e107a 100644 --- a/deal.II/common/scripts/status.pl +++ b/deal.II/common/scripts/status.pl @@ -62,6 +62,7 @@ while() $tag = '' if ($tag eq '(none)'); $date = '' if ($date eq '(none)'); $opt = '' if ($opt eq '(none)'); + $opt = '' if ($opt eq '-kk'); my $stick = $tag . $date . $opt; $stick = "Stick $stick" unless ($stick eq ''); $status .= $stick; -- 2.39.5