typo
This commit is contained in:
parent
49b01b3946
commit
bce1a3456c
@ -47,7 +47,7 @@ function analyze {
|
||||
return 1
|
||||
fi
|
||||
|
||||
for line in $(egrep "^${ANALYZE_TIME}" "$file" | grep -v ',,')
|
||||
for line in $(egrep "^${ANALYZE_TIME}" "$file" | grep -v ',,'
|
||||
do
|
||||
IFS="$ORIGIFS"
|
||||
current=$(echo $line | cut -d, -f2)
|
||||
|
Loading…
x
Reference in New Issue
Block a user