Get rid of a bashism
This commit is contained in:
parent
67c397c90d
commit
bb8ce8ec6b
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ for i in $filelist; do
|
|||
report_file $i 'palette'
|
||||
else
|
||||
other=$(($other+1))
|
||||
report_file $i "`sed -e 's/^.*(//;s/).*$//;' <<< $result`"
|
||||
report_file $i "`echo $result | sed -e 's/^.*(//;s/).*$//;'`"
|
||||
echo $result
|
||||
fi
|
||||
done
|
||||
|
|
Loading…
Add table
Reference in a new issue