Skip to content

Commit

Permalink
Toolchain: Fix shellcheck warning
Browse files Browse the repository at this point in the history
  • Loading branch information
BertalanD authored and linusg committed May 20, 2022
1 parent 012aff1 commit 52710c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Toolchain/BuildIt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 52710c2

Please sign in to comment.