Skip to content

Commit

Permalink
Merge pull request #200 from marconilanna/director-list
Browse files Browse the repository at this point in the history
Make 'list' a little less useless
  • Loading branch information
dragos committed Sep 19, 2012
2 parents 156768e + c65e42e commit 0f4dab4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion eclipse-director.sh
Expand Up @@ -132,7 +132,9 @@ while [ $# -gt 0 ]; do
$eclipse_dir/eclipse $eclipse_opt \
-application $app \
-repository $eclipse_repo \
-list
-list \
| grep feature.group \
| awk -F "=" '{print $1}'
shift
;;

Expand Down

0 comments on commit 0f4dab4

Please sign in to comment.