db/fixup_kernel.sh: write to the temporary DB instead of the current one
commit39b1d678e7dd8bf56a2abfdef07933b69666ce2c
authorDan Carpenter <dan.carpenter@oracle.com>
Fri, 20 Jan 2017 13:16:00 +0000 (20 16:16 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Fri, 20 Jan 2017 13:16:00 +0000 (20 16:16 +0300)
treef9fa37356a9aa645b7f264805d5b159a8999b742
parenta1d7a648bfb937278fba6aafc4a16e8a9ca2852a
db/fixup_kernel.sh: write to the temporary DB instead of the current one

When we're creating the DB, we first write to a new DB then copy it over
the DB we use.  This was updating stuff in the current DB instead of the
new one.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
smatch_data/db/fixup_kernel.sh