Add extra prompt.

This commit is contained in:
Kunlin Han 2024-04-07 10:41:40 -07:00
parent e36c170204
commit ffe554a927

View file

@ -15,6 +15,8 @@
if [ -z "${CVW_GIT}" ]; then
echo "No CVW_GIT is provided"
export CVW_GIT="https://github.com/openhwgroup/cvw"
else
echo "Using customized CVW_GIT: ${CVW_GIT}"
fi
git config --global http.version HTTP/1.1