From 274be675d3987b9b41fd4dadb589957e52b084b8 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Tue, 18 Jul 2017 07:59:45 +0200 Subject: Fix acronym for Stuttgart Hbf (tief) The old workaround doesn't apply anymore --- scripts/acronyms.pl | 1 - 1 file changed, 1 deletion(-) (limited to 'scripts') 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 = ) { $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( -- cgit v1.2.3