build-rpms: fix typo in temp files removal

Closes-Bug: 1991009

Signed-off-by: Davlet Panech <davlet.panech@windriver.com>
Change-Id: I8b0dfc5d58f30f83e305e450de14c5eb4375d4de
This commit is contained in:
Davlet Panech 2022-09-27 16:09:31 -04:00
parent da8d31065f
commit 9afc2a9b16
2 changed files with 2 additions and 2 deletions

View File

@ -1150,7 +1150,7 @@ mock_clean_cache_cfg () {
cat $TMP
fi
\rm -f $TPM
\rm -f $TMP
return $RC
}

View File

@ -931,7 +931,7 @@ mock_clean_cache_cfg () {
cat $TMP
fi
\rm -f $TPM
\rm -f $TMP
return $RC
}