Index: C:/Documents and Settings/Robin/Desktop/Drupal/civicspace/modules/massmailer/engines/phplist/phplist.module
===================================================================
--- C:/Documents and Settings/Robin/Desktop/Drupal/civicspace/modules/massmailer/engines/phplist/phplist.module	(revision 1754)
+++ C:/Documents and Settings/Robin/Desktop/Drupal/civicspace/modules/massmailer/engines/phplist/phplist.module	(working copy)
@@ -72,12 +72,6 @@
 
   $test = TRUE;
   $output = '';
-  // test for bash
-  $test_shell = shell_exec('which bash');
-  if ($test_shell != "/bin/bash\n") { // this will also bail out if shell_exec failed completely.
-    $test = FALSE;
-    $output .= t('The bash shell was not found in the expected place on your system. This means it is either not available on your system or it is somewhere else. The diagnostic output is %output and may help you to find the bash executable. If you find it on your system, please edit the first line of the file %file to reflect the correct place. If bash is not installed, ask your system administrator to install it for you.', array('%output' => theme('placeholder', $test_shell), '%file' => theme('placeholder', 'modules/massmailer/engines/phplist/bin/phplist')));
-  }
   // test for php as an apache module
   $test_sapi = php_sapi_name();
   $output .= t('You are running PHP as %sapi. Massmailer is known to work if this is apache, other configurations are unsupported.', array('%sapi' => theme('placeholder', $test_sapi)));
