show_errs.sh: quote some strings properly
commitbad0ab2e6eccc2f5be64e51750a8e22917b79893
authorDan Carpenter <dan.carpenter@oracle.com>
Fri, 29 Aug 2014 10:21:20 +0000 (29 13:21 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Fri, 29 Aug 2014 10:21:20 +0000 (29 13:21 +0300)
tree050f26bd93bbad19d8679ba58b02c19f8b3ae273
parent25a1031283037dcce2eae1bbd8fa109a3ee88d8c
show_errs.sh: quote some strings properly

Before if the error message had a '*' character, then that would get
expanded in the shell and we don't want that.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
smatch_scripts/show_errs.sh