1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 03:07:44 +00:00

Meta: Rename BuildIt.sh to BuildGNU.sh

Bring it in line with `Toolchain/BuildClang.sh`.
This commit is contained in:
Jelle Raaijmakers 2023-06-12 10:23:56 +02:00 committed by Tim Flynn
parent 867e04768e
commit 5ff80b60cf
7 changed files with 13 additions and 13 deletions

View file

@ -9,7 +9,7 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
# shellcheck source=/dev/null
. "${DIR}/../Meta/shell_include.sh"
exit_if_running_as_root "Do not run BuildIt.sh as root, your Build directory will become root-owned"
exit_if_running_as_root "Do not run BuildGNU.sh as root, your Build directory will become root-owned"
echo "$DIR"