Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <47D438A0510BD611B9470002A58EDAE7DEC84B@mchh2a6e.mchh.siemens.de> From: Scheinert Frank EXT To: "'cygwin AT cygwin DOT com'" Subject: Bugs in Cygnus Tools bash Date: Mon, 23 Dec 2002 14:19:46 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Version : GNU bash, version 2.05b.0(8)-release (i686-pc-cygwin) 1st Bug following output is created by man, help and info commands: myPrompt>man man bash: man: command not found myPrompt>help ... getopts optstring name [arg] ... myPrompt>info ... * fold: (coreutils)fold invocation. Wrap long input lines. * grep: (grep). print lines matching a pattern. * groups: (coreutils)groups invocation. Print group names a user is in. * head: (coreutils)head invocation. Output the first part of files. .... info command gives no getopts information. Finally, the bash itself doesn't know the getopts function 2nd Bug User defined functions like function usage { echo blabla } produce a "function: not found" output. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/