mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
Toolchain: Use correct variable when deleting the QEMU tarball
This commit is contained in:
parent
c77215fc61
commit
9bc3ad75b4
Notes:
sideshowbarker
2024-07-18 09:26:24 +09:00
Author: https://github.com/gunnarbeutner Commit: https://github.com/SerenityOS/serenity/commit/9bc3ad75b44 Pull-request: https://github.com/SerenityOS/serenity/pull/8603
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…
Reference in a new issue