Browse Source

Toolchain: Use correct variable when deleting the QEMU tarball

Gunnar Beutner 4 years ago
parent
commit
9bc3ad75b4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Toolchain/BuildQemu.sh

+ 1 - 1
Toolchain/BuildQemu.sh

@@ -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