diff options
author | Birte Kristina Friesel <birte.friesel@uos.de> | 2024-09-24 19:02:14 +0200 |
---|---|---|
committer | Birte Kristina Friesel <birte.friesel@uos.de> | 2024-09-24 19:02:29 +0200 |
commit | 9473e38d25213e1757ef58d0ee3a0e9583252105 (patch) | |
tree | 546cc4d9179ef5f12fdbc43ebb09802465cb7bc9 | |
parent | 8aa394bf04ebc6cd29d1c0cceafa76c7e43e794f (diff) |
efa-m: there's no need to prefix journeys with '!'
-rwxr-xr-x | bin/efa-m | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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, |