From 89aad8865304bb37cdadb62bc7f042e029724b0d Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 28 Dec 2016 16:27:50 +0100 Subject: Bielefeld Hbf: EBIL -> EBILP --- scripts/acronyms.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/acronyms.pl') 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 = ) { $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; -- cgit v1.2.3