Merge "Fix the empty string issue for pip"

This commit is contained in:
Jenkins 2015-06-22 19:48:51 +00:00 committed by Gerrit Code Review
commit 37dc266677

@ -40,7 +40,7 @@ then
exit 1
fi
grep -v '^#' global-requirements.txt | while read req
grep -v '^$\|#' global-requirements.txt | while read req
do
echo "Building $req"
for v in $versions