diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/dbris-m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/dbris-m b/bin/dbris-m index eb0aebe..752c12d 100755 --- a/bin/dbris-m +++ b/bin/dbris-m @@ -107,7 +107,7 @@ elsif ( $opt{station} =~ m{[|]} ) { $opt{with_polyline} = $with_polyline; delete $opt{station}; } -elsif ( $opt{station} =~ m{ [@] L = (?<eva> \d+ ) [@] }x ) { +elsif ( $opt{station} =~ m{ [@] L = (?<eva> \d+ ) }x ) { $opt{station} = { eva => $+{eva}, id => $opt{station}, |