From: Brion Vibber Date: Wed, 5 Aug 2009 03:02:02 +0000 (+0000) Subject: Ok I think this is a sign I'm done for the evening. Fixing other test checkin --... X-Git-Tag: 1.31.0-rc.0~40490 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/operations/recherche.php?a=commitdiff_plain;h=dd23f9464e93227f3961dac72f22a39d2976b560;p=lhc%2Fweb%2Fwiklou.git Ok I think this is a sign I'm done for the evening. Fixing other test checkin -- was searching for bogus bash to test the fallabck ;) --- diff --git a/install-utils.inc b/install-utils.inc index 01f831918f..7e455a6c65 100644 --- a/install-utils.inc +++ b/install-utils.inc @@ -111,7 +111,7 @@ function findExecutable( $name ) { } function readlineEmulation( $prompt ) { - $bash = "xbash"; + $bash = "bash"; if( !wfIsWindows() && findExecutable( $bash ) ) { $retval = false; $encPrompt = wfEscapeShellArg( $prompt );