Fix 'grep: repetition-operator operand invalid'
parent
ba585dee4d
commit
d40b0cdda0
|
|
@ -361,7 +361,7 @@ fi
|
||||||
|
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
COUNT=$(echo -n "$AOSP_STL_LIB" | grep -i -c 'libstdc++')
|
COUNT=$(echo -n "$AOSP_STL_LIB" | egrep -i -c 'libstdc\+\+')
|
||||||
if [[ ("$COUNT" -ne "0") ]]; then
|
if [[ ("$COUNT" -ne "0") ]]; then
|
||||||
echo
|
echo
|
||||||
echo "*******************************************************************************"
|
echo "*******************************************************************************"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue