summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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,