From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sun, 7 Jul 2002 18:19:53 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sun, 7 Jul 2002 18:19:53 -0400 Received: from imailg1.svr.pol.co.uk ([195.92.195.179]:6420 "EHLO imailg1.svr.pol.co.uk") by vger.kernel.org with ESMTP id ; Sun, 7 Jul 2002 18:19:52 -0400 Posted-Date: Sun, 7 Jul 2002 22:22:14 GMT Date: Sun, 7 Jul 2002 23:22:10 +0100 (BST) From: Riley Williams Reply-To: Riley Williams To: Justin Hibbits cc: Linux Kernel , Michael Elizabeth Chastain Subject: Re: Patch for Menuconfig script In-Reply-To: <3D2793CB.90002@po.cwru.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Hi Justin. > This is just a patch to the Menuconfig script (can be easily adapted > to the other ones) that allows you to configure the kernel without > the requirement of bash (I tested it with ksh, in POSIX-only mode). > Feel free to flame me :P Does it also work in the case where the current shell is csh or tcsh (for example)? If not, you will need to replace the test for bash with a test for bash or ksh or ... instead, as otherwise it will still fail. Certainly on the systems I've used where bash isn't available, tcsh has been far commoner than ksh. Best wishes from Riley.