mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 14:17:36 +00:00
Toolchain: Use correct variable when deleting the QEMU tarball
This commit is contained in:
parent
c77215fc61
commit
9bc3ad75b4
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ pushd "$DIR/Tarballs"
|
|||
echo "qemu md5='$md5'"
|
||||
if [ "$md5" != "$QEMU_MD5SUM" ] ; then
|
||||
echo "qemu md5 sum mismatching, please run script again."
|
||||
rm $$QEMU_VERSION.tar.xz
|
||||
rm -f $QEMU_VERSION.tar.xz
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue