From 6992ed858018ece96109d9bf07e4ff59e0052337 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 11 Mar 2018 09:37:58 +0100 Subject: Fix DS100 code for Dülmen MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/acronyms.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/acronyms.pl') diff --git a/scripts/acronyms.pl b/scripts/acronyms.pl index fec94a5..a9a990a 100755 --- a/scripts/acronyms.pl +++ b/scripts/acronyms.pl @@ -60,6 +60,7 @@ while ( my $line = ) { $station =~ s{ ^ EBIL $ }{EBILP}x; $station =~ s{ ^ EBLA $ }{EBP}x; $station =~ s{ ^ EBTHP $ }{EBTH}x; + $station =~ s{ ^ EDULH $ }{EDUL}x; $station =~ s{ ^ EDO \s N $ }{EDO}x; $station =~ s{ ^ FBUSS $ }{FBUS}x; $station =~ s{ ^ FH \s\s N$ }{FH}x; -- cgit v1.2.3