summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2016-09-26 15:26:00 +0200
committerDaniel Friesel <derf@finalrewind.org>2016-09-26 15:26:00 +0200
commit9553442f7a355f3523d4c7242f2430222f5af8c9 (patch)
tree9bc3b0a253857c2db5eb2c4c9995e4f230523123 /scripts
parent75a943ffd9c286cb3ffee85f949cf12db14620c0 (diff)
Fix yet another DS100 code error
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;