summaryrefslogtreecommitdiff
path: root/scripts/acronyms.pl
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2016-12-28 16:27:50 +0100
committerDaniel Friesel <derf@finalrewind.org>2016-12-28 16:27:50 +0100
commit89aad8865304bb37cdadb62bc7f042e029724b0d (patch)
treeaac58a4306d9e06092f3de1642015f4b2f74a9e6 /scripts/acronyms.pl
parent404ed4b82d2ce1e6102e22c2645a24d6e0061ac4 (diff)
Bielefeld Hbf: EBIL -> EBILP
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 6067c44..920a9d9 100755
--- a/scripts/acronyms.pl
+++ b/scripts/acronyms.pl
@@ -57,6 +57,7 @@ while ( my $line = <STDIN> ) {
$name =~ s{\s+}{ }g;
$name =~ s{'}{\\'}g;
+ $station =~ s{ ^ EBIL $ }{EBILP}x;
$station =~ s{ ^ EBLA $ }{EBP}x;
$station =~ s{ ^ EBTHP $ }{EBTH}x;
$station =~ s{ ^ EDO \s N $ }{EDO}x;