diff options
author | Daniel Friesel <derf@finalrewind.org> | 2018-03-11 09:37:58 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2018-03-11 09:37:58 +0100 |
commit | 6992ed858018ece96109d9bf07e4ff59e0052337 (patch) | |
tree | d7d372a56a7563ff3ebc8e84dd5a6a9d90cc837a /scripts/acronyms.pl | |
parent | 32b564c9f1c165f5e94d808a0a12ce6728d005b6 (diff) |
Fix DS100 code for Dülmen
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 fec94a5..a9a990a 100755 --- a/scripts/acronyms.pl +++ b/scripts/acronyms.pl @@ -60,6 +60,7 @@ while ( my $line = <STDIN> ) { $station =~ s{ ^ EBIL $ }{EBILP}x; $station =~ s{ ^ EBLA $ }{EBP}x; $station =~ s{ ^ EBTHP $ }{EBTH}x; + $station =~ s{ ^ EDULH $ }{EDUL}x; $station =~ s{ ^ EDO \s N $ }{EDO}x; $station =~ s{ ^ FBUSS $ }{FBUS}x; $station =~ s{ ^ FH \s\s N$ }{FH}x; |