Browse Source

Fix typo when porting to JATS

Alois Mahdal 6 years ago
parent
commit
9f35f9329d
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/api/mseverity/test

+ 1
- 1
src/api/mseverity/test View File

@@ -128,7 +128,7 @@ gen_eseq() {
128 128
       | while read -r eseq;
129 129
         do
130 130
             grep -oE '[[:alpha:]][[:digit:]]+' <<<"$eseq" \
131
-              | while read -0r eid;
131
+              | while read -r eid;
132 132
                 do
133 133
                     dec_event "${eid:1}"
134 134
                 done \