You are here

protected function Provision_ShellCommand::abort in Aegir Objects 7.3

File

drush/Provision/ShellCommand.php, line 33

Class

Provision_ShellCommand

Code

protected function abort($message) {
  return drush_user_abort($message);
}