commit | 2d25c9290d163d682ae3958f0e09fede937c0f0f | [log] [tgz] |
---|---|---|
author | Jenkins <jenkins@review.openstack.org> | Mon Jul 06 18:22:33 2015 +0000 |
committer | Gerrit Code Review <review@openstack.org> | Mon Jul 06 18:22:33 2015 +0000 |
tree | 5435b2da61aa43cd2772536aa2814fb96beaba87 | |
parent | 05e32fb51ef2c493dd44a40bd9f0ae01822b2874 [diff] | |
parent | 2ba4a7214c96542987e1c379a28765a242136b12 [diff] |
Merge "Fixed detection of a project in projects.txt"
diff --git a/inc/python b/inc/python index bba9cda..54e19a7 100644 --- a/inc/python +++ b/inc/python
@@ -203,7 +203,7 @@ function is_in_projects_txt { local project_dir=$1 local project_name=$(basename $project_dir) - return grep "/$project_name\$" $REQUIREMENTS_DIR/projects.txt >/dev/null + grep -q "/$project_name\$" $REQUIREMENTS_DIR/projects.txt } # ``pip install -e`` the package, which processes the dependencies