Home
last modified time | relevance | path

Searched refs:version_source (Results 1 – 1 of 1) sorted by relevance

/external/python/httplib2/script/
Dtest68 version_source=$(cd python3 ; python3 -Es -c 'import httplib2;print(httplib2.__version__)')
70 if [[ "$version_source" != "$version_installed" ]] ; then
71 …echo "error: installed package version=$version_installed does not match source=$version_source" >…