mirror of
https://gitee.com/openharmony/third_party_mesa3d
synced 2024-11-24 16:00:56 +00:00
bin/get-fixes-pick-list.sh: fix typo
Replace "nore" by "more". Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
This commit is contained in:
parent
72175bd2a5
commit
1bcdf74cdd
@ -27,7 +27,7 @@ do
|
||||
# For each one try to extract the tag
|
||||
fixes_count=`git show $sha | grep -i "fixes:" | wc -l`
|
||||
if [ "x$fixes_count" != x1 ] ; then
|
||||
echo WARNING: Commit $sha has nore than one Fixes tag
|
||||
echo WARNING: Commit $sha has more than one Fixes tag
|
||||
fi
|
||||
fixes=`git show $sha | grep -i "fixes:" | head -n 1`
|
||||
# The following sed/cut combination is borrowed from GregKH
|
||||
|
Loading…
Reference in New Issue
Block a user