Fix variable which did not get switched over.
This commit is contained in:
@@ -133,7 +133,7 @@ function test-termux {
|
|||||||
else
|
else
|
||||||
log "`date` - Downloading '$PROJECT_TERMUX'.\n"
|
log "`date` - Downloading '$PROJECT_TERMUX'.\n"
|
||||||
git clone https://git.hyperling.com/me/env-termux \
|
git clone https://git.hyperling.com/me/env-termux \
|
||||||
--branch=$BRANCH "$project"
|
--branch=$BRANCH "$PROJECT_TERMUX"
|
||||||
fi
|
fi
|
||||||
"$PROJECT_TERMUX"/setup.sh "$@"
|
"$PROJECT_TERMUX"/setup.sh "$@"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user