From 9473e38d25213e1757ef58d0ee3a0e9583252105 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Tue, 24 Sep 2024 19:02:14 +0200 Subject: efa-m: there's no need to prefix journeys with '!' --- bin/efa-m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/efa-m b/bin/efa-m index 65dc366..9df1e37 100755 --- a/bin/efa-m +++ b/bin/efa-m @@ -68,7 +68,7 @@ if ( @ARGV < 1 or @ARGV > 2 ) { my ( $place, $input, $stopseq ); if ( @ARGV == 1 ) { - if ( $ARGV[0] =~ m{ ^ ! ([^@]*) @ ([^@]*) [(] ([^)]*) [)] (.*) $ }x ) { + if ( $ARGV[0] =~ m{ ^ ([^@]*) @ ([^@]*) [(] ([^)]*) [)] (.*) $ }x ) { $stopseq = { stateless => $1, stop_id => $2, -- cgit v1.2.3