diff --git a/tools/gluten-te/ubuntu/shared.sh b/tools/gluten-te/ubuntu/shared.sh index 548af3a87843d..0253c16cef5f9 100755 --- a/tools/gluten-te/ubuntu/shared.sh +++ b/tools/gluten-te/ubuntu/shared.sh @@ -27,7 +27,7 @@ export BUILDKIT_PROGRESS=plain # Validate envs if [ -z "$HOME" ] then - echo "Environment variable $HOME not found. Aborting." + echo 'Environment variable $HOME not found. Aborting.' exit 1 fi