From dd23f9464e93227f3961dac72f22a39d2976b560 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Wed, 5 Aug 2009 03:02:02 +0000 Subject: [PATCH] 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 ;) --- install-utils.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); -- 2.20.1