X-Recipient: archive-cygwin@delorie.com
X-SWARE-Spam-Status: No, hits=-1.9 required=5.0	tests=BAYES_00,T_RP_MATCHES_RCVD
X-Spam-Check-By: sourceware.org
Message-ID: <4C719DE2.7080402@cs.umass.edu>
Date: Sun, 22 Aug 2010 18:00:02 -0400
From: Eliot Moss <moss@cs.umass.edu>
Reply-To: moss@cs.umass.edu
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.8) Gecko/20100802 Thunderbird/3.1.2
MIME-Version: 1.0
To: cygwin@cygwin.com
Subject: Re: Strange "SET" (pseudo-) command output
References: <AANLkTik65Y9F1d6k8_N0xdwYACeLGPjoZ27tM5qrh9UT@mail.gmail.com>
In-Reply-To: <AANLkTik65Y9F1d6k8_N0xdwYACeLGPjoZ27tM5qrh9UT@mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.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 8/22/2010 5:51 PM, Andrew Bogorodsky wrote:
> Hello!
>
> I'd install cygwin  under Windows Vista
>
> 01:41 [Lenovo G550@BlackBoard ~] uname -a
> CYGWIN_NT-6.0 BlackBoard 1.7.6(0.230/5/3) 2010-08-16 16:06 i686 Cygwin
>
> All is fine except an output of SET command. It outputs some SETs as
> it is expected but floods some sources after them. You can see full
> dump of it:
> $  set>  t.txt

> What can be wrong, friends?

Nothing's wrong.  Typing "set" by itself to bash causes it
to print out all the current bash function definitions. The
ones you are seeing may come from the bash completion package,
which loads quite a few functions to assist with customized
completion for more than a few commands ...

Regards -- Eliot Moss

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

