Ok I think this is a sign I'm done for the evening. Fixing other test checkin --...
[lhc/web/wiklou.git] / 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 );