Merge "Fix the empty string issue for pip"
This commit is contained in:
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user