Toolchain: Fix shellcheck warning

This commit is contained in:
Daniel Bertalan 2022-05-19 20:25:40 +02:00 committed by Linus Groh
parent 012aff1f41
commit 52710c2672

View file

@ -277,7 +277,7 @@ pushd "$DIR/Tarballs"
patch -p1 < "$patch" > /dev/null
done
fi
$MD5SUM $DIR/Patches/gcc/*.patch > .patch.applied
$MD5SUM "$DIR"/Patches/gcc/*.patch > .patch.applied
popd
if [ "$SYSTEM_NAME" = "Darwin" ]; then