Fix missing $

This commit is contained in:
Andrew Kahr 2023-11-23 20:14:32 -08:00
parent 231e597318
commit 28890ad72d

View File

@ -39,7 +39,7 @@ else
echo "Not updating Android SDK."
fi
if [[ "RUN_AS_HOST_USER" == "true" ]]; then
if [[ "$RUN_AS_HOST_USER" == "true" ]]; then
echo "Running as host user"
# Stop on error if we can't set up the user