Commit d630acf1 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

efa -s: use case insensitive matching

parent bd43bba1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -235,7 +235,7 @@ if ( $opt->{exclude} ) {
}

if ( $opt->{service} ) {
	my $service = first { $_->{shortname} eq $opt->{service} }
	my $service = first { lc($_->{shortname}) eq lc($opt->{service}) }
	Travel::Routing::DE::EFA::get_efa_urls();
	if ( not $service ) {
		printf STDERR (