From 9553442f7a355f3523d4c7242f2430222f5af8c9 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 26 Sep 2016 15:26:00 +0200 Subject: Fix yet another DS100 code error --- scripts/acronyms.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts') diff --git a/scripts/acronyms.pl b/scripts/acronyms.pl index 97092f7..097090e 100755 --- a/scripts/acronyms.pl +++ b/scripts/acronyms.pl @@ -62,6 +62,7 @@ while ( my $line = ) { $station =~ s{ ^ EDO \s N $ }{EDO}x; $station =~ s{ ^ FBUSS $ }{FBUS}x; $station =~ s{ ^ FH \s\s N$ }{FH}x; + $station =~ s{ ^ FMTN $ }{FMT}x; $station =~ s{ ^ KAREP $ }{KARE}x; $station =~ s{ ^ KBR \s P $ }{KBR}x; $station =~ s{ ^ KDDH $ }{KDD}x; -- cgit v1.2.3