diff --git a/build.sh b/build.sh index ed566a3..380f5b0 100755 --- a/build.sh +++ b/build.sh @@ -2,7 +2,7 @@ set -e -# Auto-detect THEOS if not set +# Auto-detect THEOS if not set if [ -z "$THEOS" ]; then if [ -d "$HOME/theos" ]; then export THEOS="$HOME/theos"