Example:

drush vget theme --pipe
$variables['admin_theme'] = 'seven';$variables['node_admin_theme'] = '1';$variables['theme_default'] = 'bartik';

It should output results on their own lines.

CommentFileSizeAuthor
#1 drush-1659668-1-pipe.patch687 bytesduellj
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

duellj’s picture

Status: Active » Needs review
FileSize
687 bytes

Simple fix, just need to call drush_print_pipe outside of the loop

greg.1.anderson’s picture

I think this change could be safely made in Drush 5.

moshe weitzman’s picture

Status: Needs review » Fixed

Committed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

msonnabaum’s picture

Status: Closed (fixed) » Needs work

git bisect is telling me this commit broke the pmEnDisUnListTest test. Can someone else confirm?

msonnabaum’s picture

Status: Needs work » Fixed

Tracking the test failure and proposed solution over at #1679418: Don't add extra newline on --pipe

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.