summaryrefslogtreecommitdiff
path: root/Meta/refresh-serenity-qtcreator.sh
diff options
context:
space:
mode:
authorEmanuel Sprung <emanuel.sprung@gmail.com>2020-01-24 20:01:47 +0100
committerAndreas Kling <kling@serenityos.org>2020-01-25 09:09:52 +0100
commit462e223c3dc597cb102225932b2b195975a382e9 (patch)
tree45aa7c4508e7bf78a15a9533a7ece65df32ec3cc /Meta/refresh-serenity-qtcreator.sh
parent9885ccb7a73a34f86e15e4027a812926c676b2b7 (diff)
downloadserenity-462e223c3dc597cb102225932b2b195975a382e9.zip
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.
Diffstat (limited to 'Meta/refresh-serenity-qtcreator.sh')
-rwxr-xr-xMeta/refresh-serenity-qtcreator.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Meta/refresh-serenity-qtcreator.sh b/Meta/refresh-serenity-qtcreator.sh
index 00ad76b3e8..0ddc7a1636 100755
--- a/Meta/refresh-serenity-qtcreator.sh
+++ b/Meta/refresh-serenity-qtcreator.sh
@@ -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