mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-05 15:49:11 +00:00
Toolchain: Fix shellcheck warning
This commit is contained in:
parent
012aff1f41
commit
52710c2672
Notes:
sideshowbarker
2024-07-17 10:46:13 +09:00
Author: https://github.com/BertalanD
Commit: 52710c2672
Pull-request: https://github.com/SerenityOS/serenity/pull/14065
Reviewed-by: https://github.com/timschumi ✅
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