Re: Fwd: Bash Error

2019-01-28 Thread Milad Ghalamboran
Ok, I'll check it out. Thanks for your response. On Mon, 28 Jan 2019 19:34 Chet Ramey On 1/28/19 4:20 AM, Milad Ghalamboran wrote: > > Dear Administrator, > > Would you please assist me to solve this problem, which is shown in the > > attached picture, it occurred during installing Toolchain of E

Re: Fwd: Bash Error

2019-01-28 Thread Chet Ramey
On 1/28/19 4:20 AM, Milad Ghalamboran wrote: > Dear Administrator, > Would you please assist me to solve this problem, which is shown in the > attached picture, it occurred during installing Toolchain of ESPtool. > [image: Screenshot from 2019-01-28 00-36-51.png] This is not a bash bug. Configure

Re: '[ --version' should give output, instead a bash error missing re: missing ']'

2015-09-22 Thread Chet Ramey
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 9/22/15 11:39 AM, Eric Blake wrote: > Bash has not (yet) implemented support for ANY --options to its > builtins Bash-4.4 has --help for all builtins except for a small set listed in the manual. - -- ``The lyf so short, the craft so long to ler

Re: '[ --version' should give output, instead a bash error missing re: missing ']'

2015-09-22 Thread Daniel Simeone
You are correct: /usr/bin/\[ --help gives the desired output. When I ran 'which [' it stated that the /usr/bin/[ was what was running, and so I presumed it was in bash. Also, the error message says 'bash' So, all in all, a bit counfusing. Cheers, Daniel On 22 September 2015 at 10:39, Eric

Re: '[ --version' should give output, instead a bash error missing re: missing ']'

2015-09-22 Thread Greg Wooledge
On Tue, Sep 22, 2015 at 11:46:05AM -0500, Daniel Simeone wrote: > When I ran 'which [' it stated that the /usr/bin/[ was what was running, > and so I presumed it was in bash. which(1) is an external program, so it doesn't know about shell builtins. Use "type [" in bash intead. I'm quite fond of

Re: '[ --version' should give output, instead a bash error missing re: missing ']'

2015-09-22 Thread Eric Blake
On 09/22/2015 08:22 AM, Daniel Simeone wrote: > > Description: > According to the joint man page for '[' and 'test', '[ --version' > and '[ --help' should give appropriate output, while 'test' should not. You're probably reading the coreutils man page, rather than the bash man page. Bash

'[ --version' should give output, instead a bash error missing re: missing ']'

2015-09-22 Thread Daniel Simeone
Configuration Information [Automatically generated, do not change]: Machine: x86_64 OS: linux-gnu Compiler: gcc Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='x86_64' -DCONF_OSTYPE='linux-gnu' -DCONF_MACHTYPE='x86_64-pc-linux-gnu' -DCONF_VENDOR='pc' -DLOCALEDIR='/usr/share/locale' -DPACKAGE

Re: bash error

2013-08-16 Thread Chet Ramey
On 8/16/13 6:41 PM, Anand, Kuldip wrote: > > Hi Chet > > Please find the ssh -v details :-- I'm sorry, but while ssh -v is excellent for troubleshooting ssh connection problems, it doesn't tell us anything about what bash might be doing. You could try putting `set -x' as the first line in your

RE: bash error

2013-08-16 Thread Anand, Kuldip
gnu.org'; chet.ra...@case.edu Subject: Re: bash error On 8/16/13 2:07 AM, Anand, Kuldip wrote: > Hi > > I have installed cygwin in windows 2008 R2(cgysnap29503) server and when I am > trying to ssh using s_tibco account I am getting error :-- > > 104 ls1238p.encana

RE: bash error

2013-08-16 Thread Anand, Kuldip
sdown.name] Sent: Friday, August 16, 2013 9:00 AM To: Anand, Kuldip Cc: 'bug-bash@gnu.org' Subject: Re: bash error On 2013-08-16 06:07, Anand, Kuldip wrote: > I have installed cygwin in windows 2008 R2(cgysnap29503) server and when I am > trying to ssh using s_tibco account I a

Re: bash error

2013-08-16 Thread Chet Ramey
On 8/16/13 2:07 AM, Anand, Kuldip wrote: > Hi > > I have installed cygwin in windows 2008 R2(cgysnap29503) server and when I am > trying to ssh using s_tibco account I am getting error :-- > > 104 ls1238p.encana.com:/home/kanand99 % ssh > s_tibco@cgysnap29503 > s_ti

Re: bash error

2013-08-16 Thread Chris Down
On 2013-08-16 06:07, Anand, Kuldip wrote: > I have installed cygwin in windows 2008 R2(cgysnap29503) server and when I am > trying to ssh using s_tibco account I am getting error :-- > > 104 ls1238p.encana.com:/home/kanand99 % ssh > s_tibco@cgysnap29503 > s_tibco@cgys

bash error

2013-08-16 Thread Anand, Kuldip
Hi I have installed cygwin in windows 2008 R2(cgysnap29503) server and when I am trying to ssh using s_tibco account I am getting error :-- 104 ls1238p.encana.com:/home/kanand99 % ssh s_tibco@cgysnap29503 s_tibco@cgysnap29503's passwor

Re: bash error on tab completion Ubuntu 8.04

2009-03-16 Thread Chet Ramey
> Machine Type: i686-pc-linux-gnu > > Bash Version: 4.0 > Patch Level: 0 > Release Status: release > > Description: > When attempting tab completion, the following error occcurs: > malloc: /Users/chet/src/bash/src/parse.y:5561: assertion botched > free: called wi

bash error on tab completion Ubuntu 8.04

2009-03-16 Thread Cian Brennan,v177B,017005132,0851601473
Configuration Information [Automatically generated, do not change]: Machine: i686 OS: linux-gnu Compiler: gcc Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='i686' -DCONF_OSTYPE='linux-gnu' -DCONF_MACHTYPE='i686-pc-linux-gnu' -DCONF_VENDOR='pc' -DLOCALEDIR='/fast-storage/users/l/lil_cain/

Re: Bash error message for unterminated heredoc is unhelpful.

2008-07-02 Thread Chet Ramey
Richard Neill wrote: Chet Ramey wrote: Richard Neill wrote: Dear All, In some cases, bash gives exceptionally unhelpful error messages, of the sort "Unexpected end of file". This is next-to-useless as a debugging aid, since there is no way to find out where the error really lies. For better o

Re: Bash error message for unterminated heredoc is unhelpful.

2008-06-28 Thread Richard Neill
Chet Ramey wrote: > Richard Neill wrote: >> Dear All, >> >> In some cases, bash gives exceptionally unhelpful error messages, of the >> sort "Unexpected end of file". This is next-to-useless as a debugging >> aid, since there is no way to find out where the error really lies. > > For better or wor

Re: Bash error message for unterminated heredoc is unhelpful.

2008-06-28 Thread Chet Ramey
Richard Neill wrote: Dear All, In some cases, bash gives exceptionally unhelpful error messages, of the sort "Unexpected end of file". This is next-to-useless as a debugging aid, since there is no way to find out where the error really lies. For better or worse, bash allows end-of-file to deli

Bash error message for unterminated heredoc is unhelpful.

2008-06-28 Thread Richard Neill
Dear All, In some cases, bash gives exceptionally unhelpful error messages, of the sort "Unexpected end of file". This is next-to-useless as a debugging aid, since there is no way to find out where the error really lies. I'm using bash version: bash-3.2-7mdv2008.1 Here are 2 shell scripts with e

bash: error exporting/importing function with here document

2007-05-04 Thread Chris Lesner
This seems to be broken in several version of bash including: version 3.00.16(1)-release (i386-pc-linux-gnu) Configuration Information [Automatically generated, do not change]: Machine: i386 OS: linux-gnu Compiler: gcc Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='i386' -DCONF_OSTYPE='lin

Re: Possible bug in bash error reporting

2005-07-31 Thread Chet Ramey
Jan Schampera wrote: > > Configuration Information [Automatically generated, do not change]: > Machine: i586 > OS: linux-gnu > Compiler: gcc > Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='i586' > -DCONF_OSTYPE='linux-gnu' -DCONF_MACHTYPE='i586-mandrake-linux-gnu' > -DCONF_VENDOR='man

Possible bug in bash error reporting

2005-07-31 Thread Jan Schampera
Configuration Information [Automatically generated, do not change]: Machine: i586 OS: linux-gnu Compiler: gcc Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='i586' -DCONF_OSTYPE='linux-gnu' -DCONF_MACHTYPE='i586-mandrake-linux-gnu' -DCONF_VENDOR='mandrake' -DLOCALEDIR='/usr/share/local