| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> |
| 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: | <3500515B75D9D311948800508BA37955014BD6B1@EX-LONDON> |
| From: | Vince Hoffman <Vince DOT Hoffman AT uk DOT circle DOT com> |
| To: | "'cygwin AT cygwin DOT com'" <cygwin AT cygwin DOT com> |
| Subject: | RE: Bugs in Cygnus Tools bash |
| Date: | Mon, 23 Dec 2002 13:51:25 -0000 |
| MIME-Version: | 1.0 |
> -----Original Message-----
> From: Scheinert Frank EXT
> [mailto:Frank DOT Scheinert DOT extern AT icn DOT siemens DOT de]
> Sent: 23 December 2002 13:20
> To: 'cygwin AT cygwin DOT com'
> Subject: Bugs in Cygnus Tools bash
>
>
> 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
>
Install the man package if you want to use man.
however info documents it under bash---->shell builtin commands---->bourne
shell builtins anyway.
<snip some unneeded stuff>
> 2nd Bug
> User defined functions like
>
> function usage
> {
> echo blabla
> }
>
> produce a "function: not found" output.
use 1st line of #!/path/to/bash not #!/bin/sh
/bin/sh is ash not bash.
>
>
> --
> 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/
>
--
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/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |