summaryrefslogtreecommitdiff
path: root/scripts/acronyms.pl
diff options
context:
space:
mode:
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;