summaryrefslogtreecommitdiff
path: root/scripts/acronyms.pl
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2018-04-10 23:04:04 +0200
committerDaniel Friesel <derf@finalrewind.org>2018-04-10 23:04:04 +0200
commit0540c907d167a097f49012f4235ad6283cfa4ff3 (patch)
treebd6c76f66d76eb71b8984d1d4c8b13830ec318fe /scripts/acronyms.pl
parent50fe58abb2a3269814a49fb7018946b418bdf074 (diff)
Fix acronym for Wolfenbüttel (closes #6)
Diffstat (limited to 'scripts/acronyms.pl')
-rwxr-xr-xscripts/acronyms.pl1
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;