Fix variable which did not get switched over.

This commit is contained in:
2026-05-06 17:17:23 -07:00
parent fd238ddf2d
commit 4a9b4353d4

View File

@@ -133,7 +133,7 @@ function test-termux {
else
log "`date` - Downloading '$PROJECT_TERMUX'.\n"
git clone https://git.hyperling.com/me/env-termux \
--branch=$BRANCH "$project"
--branch=$BRANCH "$PROJECT_TERMUX"
fi
"$PROJECT_TERMUX"/setup.sh "$@"
}