X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=vendor%2Fdrush%2Fdrush%2Fsrc%2FRuntime%2FRedispatchHook.php;fp=vendor%2Fdrush%2Fdrush%2Fsrc%2FRuntime%2FRedispatchHook.php;h=bcdec2056ea65fd845f837bc11128cd1b00ae118;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hp=84d7890bd2bf664fdba306650a4a6fd03ad668cb;hpb=74df008bdbb3a11eeea356744f39b802369bda3c;p=yaffs-website diff --git a/vendor/drush/drush/src/Runtime/RedispatchHook.php b/vendor/drush/drush/src/Runtime/RedispatchHook.php index 84d7890bd..bcdec2056 100644 --- a/vendor/drush/drush/src/Runtime/RedispatchHook.php +++ b/vendor/drush/drush/src/Runtime/RedispatchHook.php @@ -94,8 +94,8 @@ class RedispatchHook implements InitializeHookInterface, ConfigAwareInterface 'additional-global-options' => [], 'interactive' => true, ]; + $backend_options['#tty'] = $this->getConfig()->get('ssh.tty', $input->isInteractive()); if ($input->isInteractive()) { - $backend_options['#tty'] = true; $backend_options['interactive'] = true; }