mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 20:27:45 +00:00
Toolchain: Fix shellcheck warning
This commit is contained in:
parent
012aff1f41
commit
52710c2672
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue