Unverified Commit 9473e38d authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

efa-m: there's no need to prefix journeys with '!'

parent 8aa394bf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,