summaryrefslogtreecommitdiff
path: root/scripts/acronyms.pl
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2016-09-16 09:17:05 +0200
committerDaniel Friesel <derf@finalrewind.org>2016-09-16 09:17:05 +0200
commit75a943ffd9c286cb3ffee85f949cf12db14620c0 (patch)
tree1a808d7ab1d5986a12cae68d5008d81018a28e88 /scripts/acronyms.pl
parent9a03a1638c8d5ca386bab06b2fb09c05c6c5825b (diff)
Fix another wrong entry in the OpenData station list
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 cb9f243..97092f7 100755
--- a/scripts/acronyms.pl
+++ b/scripts/acronyms.pl
@@ -67,6 +67,7 @@ while ( my $line = <STDIN> ) {
$station =~ s{ ^ KDDH $ }{KDD}x;
$station =~ s{ ^ KDFFH $ }{KDFF}x;
$station =~ s{ ^ KDN \s P $ }{KDN}x;
+ $station =~ s{ ^ KGKK $ }{KGEK}x;
$station =~ s{ ^ KRY \s P $ }{KRY}x;
$station =~ s{ ^ TS \s\s T$ }{TST}x;
$station =~ s{ ^ TSZ \s F $ }{TSFE}x;