Re: Having problems with bash

2009-01-29 Thread Dave Korn
syllk wrote: > I am hoping that there is a simple fix to this. I am new to cygwin and tinyos > and when running cygwin it immediately runs with this first line 'bash: [: > /home/Chris: binary operator expected'. With this problem I seem to get > errors whenever I try to 'make' anything. > > If anyo

Re: Having problems with bash

2009-01-28 Thread Christopher Faylor
On Wed, Jan 28, 2009 at 08:08:24AM -0800, syllk wrote: >I am hoping that there is a simple fix to this. I am new to cygwin and >tinyos and when running cygwin it immediately runs with this first line >'bash: [: /home/Chris: binary operator expected'. With this problem I >seem to get errors whenev

Having problems with bash

2009-01-28 Thread syllk
one knows how to fix this I would much appreciate it. -- View this message in context: http://www.nabble.com/Having-problems-with-bash-tp21708788p21708788.html Sent from the Cygwin list mailing list archive at Nabble.com. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem

Re: problems with bash and latest readline

2007-01-17 Thread Eric Blake
burning shadow gmail.com> writes: > > After installing latest readline I have problems in bash. I have PS1 > set to '\[\e]0;\u \h:\w\a\]\u \h:\w\$ ' and this gives me prompt with > 1 extra space. If I change PS1 to '\[\e]0;\u \h:\w\a\]\u \h:\w\$', I > get 2 '$' signs in prompt: 'shadow los

problems with bash and latest readline

2007-01-17 Thread burning shadow
After installing latest readline I have problems in bash. I have PS1 set to '\[\e]0;[EMAIL PROTECTED]:[EMAIL PROTECTED]:\w\$ ' and this gives me prompt with 1 extra space. If I change PS1 to '\[\e]0;[EMAIL PROTECTED]:[EMAIL PROTECTED]:\w\$', I get 2 '$' signs in prompt: '[EMAIL PROTECTED]:~$$'.

Re: strange problems with bash after cygwin update

2006-12-13 Thread Matthew Woehlke
Jonathan Arnold wrote: See much discussion and, most importantly, the release notes for the latest Base. Clearly that was meant to say "bash". Don't go looking for release notes for "base", you won't find them. :-) -- Matthew "unsubscribe me plz!!" -- Newbies -- Unsubscribe info: http

Re: strange problems with bash after cygwin update

2006-12-13 Thread Jonathan Arnold
Philippe Fremy wrote: Hi, My cygwin installation is pretty old, so I decided to update it. After running the update, bash has a very very strange behaviour. I wrote a test-bash.sh file with: ==[ content of test-bash.sh ] echo this is a test of bash == When I run i

RE: strange problems with bash after cygwin update

2006-12-13 Thread Dave Korn
On 13 December 2006 17:12, Philippe Fremy wrote: > Hi, > > My cygwin installation is pretty old, so I decided to update it. > Any idea what got broken during the update ? Nothing. Your scripts have /always/ had the wrong kind of line endings, it's just that something got fixed, to no

strange problems with bash after cygwin update

2006-12-13 Thread Philippe Fremy
Hi, My cygwin installation is pretty old, so I decided to update it. After running the update, bash has a very very strange behaviour. I wrote a test-bash.sh file with: ==[ content of test-bash.sh ] echo this is a test of bash == When I run it: << [EMAIL PROTECTED]

RE: FW: Problems with bash+cygwin and longjmp

2006-09-07 Thread Dave Korn
On 07 September 2006 15:33, Pavel Ivanoff wrote: >> You probably have a faulty driver that is >> interfering with cygwin; popular candidates include McAfee >> virus scanner >> and Logitech webcam, although there are probably others. > > Can you say something about Symantec Antivirus? It's been

RE: FW: Problems with bash+cygwin and longjmp

2006-09-07 Thread Pavel Ivanoff
Eric Blake [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 07, 2006 5:08 PM > To: cygwin@cygwin.com; Pavel Ivanoff > Subject: Re: FW: Problems with bash+cygwin and longjmp > > According to Pavel Ivanoff on 9/7/2006 6:57 AM: > > Hi, all! > > > > Please tell m

Re: FW: Problems with bash+cygwin and longjmp

2006-09-07 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Pavel Ivanoff on 9/7/2006 6:57 AM: > Hi, all! > > Please tell me any suggestions about problem with bash+cygwin written > below. Also below there is an answer about this problem from bash-bug > mailing list. Probably exactly what I alrea

FW: Problems with bash+cygwin and longjmp

2006-09-07 Thread Pavel Ivanoff
Hi, all! Please tell me any suggestions about problem with bash+cygwin written below. Also below there is an answer about this problem from bash-bug mailing list. Best regards. Pavel Ivanov According to Pavel Ivanoff on 8/28/2006 12:50 AM: > Hi! > > We have a very strange and non-repeatable bu

Re: AW: problems with bash

2002-02-12 Thread morad m
L PROTECTED] >Subject: AW: problems with bash >Date: Tue, 12 Feb 2002 17:54:25 +0100 > >Possible Reasons: >- You made a mistake >- There is a problem with your computer >- other > >regards > >Kristof Doffing >Lufthansa Systems >Airline Services GmbH, FRA AS/N &g

Re: problems with bash

2002-02-12 Thread Michael A Chase
orad m" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, February 12, 2002 08:38 Subject: problems with bash > I have noticed one problem when using bash: > > In my script : > > if [ $a = $b ]; then > (about 2000 lines of shell stuff here) > fi >

AW: problems with bash

2002-02-12 Thread KRISTOF . DOFFING
- Von: morad m [mailto:[EMAIL PROTECTED]] Gesendet am: Dienstag, 12. Februar 2002 17:38 An: [EMAIL PROTECTED] Betreff: problems with bash I have noticed one problem when using bash: In my script : if [ $a = $b ]; then (about 2000 lines of shell stuff here) fi Then bash fails with the

problems with bash

2002-02-12 Thread morad m
I have noticed one problem when using bash: In my script : if [ $a = $b ]; then (about 2000 lines of shell stuff here) fi Then bash fails with the following error: fork_helper: child died before initialization with win32 error 128 fork: No more processes M. Mekki ___