소스 검색

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 \