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