Resolve shellcheck SC2196: egrep is non-standard 30/62830/1
authorAnil Belur <abelur@linuxfoundation.org>
Thu, 16 Jan 2020 02:13:53 +0000 (12:13 +1000)
committerAnil Belur <abelur@linuxfoundation.org>
Thu, 16 Jan 2020 02:16:42 +0000 (12:16 +1000)
commit88d8d56383844aae8921f60d2b5fee19e911142b
treec19b6723962b0265aac286b28b53c79571f6c449
parent1d5bbea3f4a9c037228a923e47dd76f70aeae2a9
Resolve shellcheck SC2196: egrep is non-standard

SC2196: egrep is non-standard and deprecated. Use grep -E instead.

Change-Id: I25f083bca244580ec01a8a1e000b13cc5c3ba2e5
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
provision/install-python.sh