Step to create

mv sites/default/settings.php sites/default/settings.phpp
drush -s help

Note: settings.php is necessary for drupal_bootstrap so that fails now too.

Solution (see patch file): do not use drush_die() in function _drush_bootstrap_drupal() but die().

CommentFileSizeAuthor
drush_die.patch480 bytesclemens.tolboom

Comments

moshe weitzman’s picture

Status: Active » Fixed

committed, with an addition comment. thanks.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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