Преглед изворни кода

Fix typo when porting to JATS

Alois Mahdal пре 6 година
родитељ
комит
9f35f9329d
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      src/api/mseverity/test

+ 1
- 1
src/api/mseverity/test Прегледај датотеку

@@ -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 \