summaryrefslogtreecommitdiffstats
path: root/scripts/setup-environment.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/setup-environment.sh')
-rwxr-xr-xscripts/setup-environment.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/setup-environment.sh b/scripts/setup-environment.sh
index 2f8264b..b6c4710 100755
--- a/scripts/setup-environment.sh
+++ b/scripts/setup-environment.sh
@@ -44,7 +44,7 @@ done
44THIS_SCRIPT="setup-environment.sh" 44THIS_SCRIPT="setup-environment.sh"
45if [ "$(basename -- $0)" = "${THIS_SCRIPT}" ]; then 45if [ "$(basename -- $0)" = "${THIS_SCRIPT}" ]; then
46 echo "Error: This script needs to be sourced. Please run as '. $0'" 46 echo "Error: This script needs to be sourced. Please run as '. $0'"
47 exit 1 47 return 1
48fi 48fi
49 49
50if [ -z "$MACHINE" ]; then 50if [ -z "$MACHINE" ]; then