diff options
author | Daniel Friesel <derf@finalrewind.org> | 2018-04-10 23:04:04 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2018-04-10 23:04:04 +0200 |
commit | 0540c907d167a097f49012f4235ad6283cfa4ff3 (patch) | |
tree | bd6c76f66d76eb71b8984d1d4c8b13830ec318fe /scripts/acronyms.pl | |
parent | 50fe58abb2a3269814a49fb7018946b418bdf074 (diff) |
Fix acronym for Wolfenbüttel (closes #6)
Diffstat (limited to 'scripts/acronyms.pl')
-rwxr-xr-x | scripts/acronyms.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/acronyms.pl b/scripts/acronyms.pl index a9a990a..b9e478b 100755 --- a/scripts/acronyms.pl +++ b/scripts/acronyms.pl @@ -65,6 +65,7 @@ while ( my $line = <STDIN> ) { $station =~ s{ ^ FBUSS $ }{FBUS}x; $station =~ s{ ^ FH \s\s N$ }{FH}x; $station =~ s{ ^ FMTN $ }{FMT}x; + $station =~ s{ ^ HWOL $ }{HWOH}x; $station =~ s{ ^ KAREP $ }{KARE}x; $station =~ s{ ^ KBR \s P $ }{KBR}x; $station =~ s{ ^ KDDH $ }{KDD}x; |