X-Recipient: archive-cygwin@delorie.com
X-Spam-Check-By: sourceware.org
Date: Sun, 3 Aug 2008 14:36:49 -0500 (CDT)
From: tmcd@panix.com
To: cygwin@cygwin.com
Subject: Re: bash shell interface broken after install on Vista
In-Reply-To: <4895F9A7.1030103@ca.rr.com>
Message-ID: <Pine.LNX.4.64.0808031433580.8167@tmcd.austin.tx.us>
References: <4895F9A7.1030103@ca.rr.com>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
Precedence: bulk
List-Id: <cygwin.cygwin.com>
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

On Sun, 3 Aug 2008, Barry Gold <BarryDGold@ca.rr.com> wrote:
> 1. Nearly all commands appear to complete without doing anything.
> This includes "ls", "cat", "vi".
> The following commands work properly:
>  echo
>  true
>  false ($? == 1)
> dirs
>  if...then.fi
>  test

That I can address: they are shell builtins.  That is, they are
recognized by bash and processed by the bash program itself without
forking or otherwise involving another process.  I find it hard to
imagine that anything in bash could work if those commands didn't.

Since you just installed Cygwin and didn't configure it much, have you
considered just uninstalling and reinstalling from a new mirror?

-- 
Tim McDaniel; Reply-To: tmcd@panix.com

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

