diff options
author | Daniel Friesel <derf@finalrewind.org> | 2016-12-28 16:27:50 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2016-12-28 16:27:50 +0100 |
commit | 89aad8865304bb37cdadb62bc7f042e029724b0d (patch) | |
tree | aac58a4306d9e06092f3de1642015f4b2f74a9e6 /scripts | |
parent | 404ed4b82d2ce1e6102e22c2645a24d6e0061ac4 (diff) |
Bielefeld Hbf: EBIL -> EBILP
Diffstat (limited to 'scripts')
-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 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; |