Fix 'grep: repetition-operator operand invalid'

pull/351/head
Jeffrey Walton 2016-12-22 04:49:24 -05:00
parent ba585dee4d
commit d40b0cdda0
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 1 additions and 1 deletions

View File

@ -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 "*******************************************************************************"