diff --git a/tools/engtools/parsers/common/parse-all.sh b/tools/engtools/parsers/common/parse-all.sh index 46e71dd1d..9678519e7 100755 --- a/tools/engtools/parsers/common/parse-all.sh +++ b/tools/engtools/parsers/common/parse-all.sh @@ -230,7 +230,7 @@ function parse_iostats_data { while IFS= read -r current; do if test "${current#*Linux}" != "$current" then - # Skip the line that contains the word "Linux" + # Skip the line that contains the word "Linux" continue else if test "${current#*$DEVICE}" == "$current"