mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-22 17:24:48 -05:00
Meta: Fix typo + suggest value of export variable.
The variable is not set anymore by the UseIt.sh script, so if a user doesn't have it set in the .bashrc or .zshrc file already, it's not working properly.
This commit is contained in:
parent
9885ccb7a7
commit
462e223c3d
Notes:
sideshowbarker
2024-07-19 09:50:48 +09:00
Author: https://github.com/lnzero1dev Commit: https://github.com/SerenityOS/serenity/commit/462e223c3dc Pull-request: https://github.com/SerenityOS/serenity/pull/1129
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
if [ ! -n "$SERENITY_ROOT" ]
|
||||
then echo "Serenety root not set."
|
||||
then echo "Serenity root not set. Please set environment variable first. E.g. export SERENITY_ROOT=$(git rev-parse --show-toplevel)"
|
||||
fi
|
||||
|
||||
cd "$SERENITY_ROOT" || exit 1
|
||||
|
|
Loading…
Reference in a new issue