Fix shellcheck warnings 25/5125/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Thu, 8 Jun 2017 01:33:43 +0000 (21:33 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Thu, 8 Jun 2017 01:34:39 +0000 (21:34 -0400)
commit56864adf9a6062190e4b9bedc2944cb6a95f8014
tree5634a3ea7bfe0d2849711554846080c6bbdb39f1
parent52980f24cf898a614c39d3a3c6674ccd4622aee0
Fix shellcheck warnings

- SC2196: egrep is deprecated use grep -E instead.
- SC2086: Double quote to prevent word globbing.

Change-Id: I466ebf8f890fbc9e1047624345cc93d9f58ad5a0
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
shell/gpg-verify-git-signature.sh
shell/logs-clear-credentials.sh