3 if echo $1 |
grep -q '^-p' ; then
4 PROJ
=$
(echo $1 | cut
-d = -f 2)
10 if [[ "$info_file" = "" ]] ; then
11 echo "Usage: $0 -p=<project> <file with smatch messages>"
16 db_file
=smatch_db.sqlite
20 for i
in ${bin_dir}/*.schema
; do
21 cat $i | sqlite3
$db_file
24 for i
in ${bin_dir}/fill_
* ; do
28 if [ "$PROJ" != "" ] ; then
29 ${bin_dir}/fixup_
${PROJ}.sh