Ok I think this is a sign I'm done for the evening. Fixing other test checkin --...
authorBrion Vibber <brion@users.mediawiki.org>
Wed, 5 Aug 2009 03:02:02 +0000 (03:02 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Wed, 5 Aug 2009 03:02:02 +0000 (03:02 +0000)
install-utils.inc

index 01f8319..7e455a6 100644 (file)
@@ -111,7 +111,7 @@ function findExecutable( $name ) {
 }
 
 function readlineEmulation( $prompt ) {
-       $bash = "xbash";
+       $bash = "bash";
        if( !wfIsWindows() && findExecutable( $bash ) ) {
                $retval = false;
                $encPrompt = wfEscapeShellArg( $prompt );