summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBirte Kristina Friesel <birte.friesel@uos.de>2024-09-24 19:02:14 +0200
committerBirte Kristina Friesel <birte.friesel@uos.de>2024-09-24 19:02:29 +0200
commit9473e38d25213e1757ef58d0ee3a0e9583252105 (patch)
tree546cc4d9179ef5f12fdbc43ebb09802465cb7bc9
parent8aa394bf04ebc6cd29d1c0cceafa76c7e43e794f (diff)
efa-m: there's no need to prefix journeys with '!'
-rwxr-xr-xbin/efa-m2
1 files changed, 1 insertions, 1 deletions
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,