summaryrefslogtreecommitdiff
path: root/scripts/acronyms.pl
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2018-03-11 09:37:58 +0100
committerDaniel Friesel <derf@finalrewind.org>2018-03-11 09:37:58 +0100
commit6992ed858018ece96109d9bf07e4ff59e0052337 (patch)
treed7d372a56a7563ff3ebc8e84dd5a6a9d90cc837a /scripts/acronyms.pl
parent32b564c9f1c165f5e94d808a0a12ce6728d005b6 (diff)
Fix DS100 code for Dülmen
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 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;