From 52710c2672a29bbab89a0abefdee68ca74458d27 Mon Sep 17 00:00:00 2001 From: Daniel Bertalan Date: Thu, 19 May 2022 20:25:40 +0200 Subject: [PATCH] Toolchain: Fix shellcheck warning --- Toolchain/BuildIt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Toolchain/BuildIt.sh b/Toolchain/BuildIt.sh index 6a003e32ef..cc7d2cf011 100755 --- a/Toolchain/BuildIt.sh +++ b/Toolchain/BuildIt.sh @@ -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