summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/acronyms.pl1
1 files changed, 1 insertions, 0 deletions
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 = <STDIN> ) {
$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;