summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/efa2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/efa b/bin/efa
index d716df7..056cfd6 100755
--- a/bin/efa
+++ b/bin/efa
@@ -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 (