mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 05:37:34 +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
|
patch -p1 < "$patch" > /dev/null
|
||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
$MD5SUM $DIR/Patches/gcc/*.patch > .patch.applied
|
$MD5SUM "$DIR"/Patches/gcc/*.patch > .patch.applied
|
||||||
popd
|
popd
|
||||||
|
|
||||||
if [ "$SYSTEM_NAME" = "Darwin" ]; then
|
if [ "$SYSTEM_NAME" = "Darwin" ]; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue