diff options
author | Daniel Friesel <derf@finalrewind.org> | 2017-07-18 07:59:45 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2017-07-18 07:59:45 +0200 |
commit | 274be675d3987b9b41fd4dadb589957e52b084b8 (patch) | |
tree | be7f8a67569439d32c8e3d0085616d730f85fc63 /scripts/acronyms.pl | |
parent | eb26aafd3f3c193c8ede09ea98dded293a1f6173 (diff) |
Fix acronym for Stuttgart Hbf (tief)
The old workaround doesn't apply anymore
Diffstat (limited to 'scripts/acronyms.pl')
-rwxr-xr-x | scripts/acronyms.pl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/acronyms.pl b/scripts/acronyms.pl index 920a9d9..fec94a5 100755 --- a/scripts/acronyms.pl +++ b/scripts/acronyms.pl @@ -71,7 +71,6 @@ while ( my $line = <STDIN> ) { $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; printf( |