Re: Yes but I don't understand ...

2003-08-14 Thread Igor Pechtchanski
On Tue, 5 Aug 2003, Andrew DeFaria wrote: > Randall R Schulz wrote: > > > As I understand it, it all goes back to the big bang... > > But the real question, still unanswered, is what happened before the big > bang! :-) The one answer we could give with a high degree of certainty is that there was

Re: Yes but I don't understand ...

2003-08-14 Thread Randall R Schulz
Igor, At 13:29 2003-08-05, Igor Pechtchanski wrote: On Tue, 5 Aug 2003, David Selby wrote: > You are dead right, I tried > > /bin/bash

Re: Yes but I don't understand ...

2003-08-14 Thread Ronald Landheer-Cieslak
On Tue, Aug 05, 2003 at 10:37:48PM -0400, Christopher Faylor wrote: > On Tue, Aug 05, 2003 at 08:07:46PM -0500, Wayne wrote: > >I thought it went like this: > > > >In the beginning, there was B20, and it was GOOD. After that, it went > >downhill... > > That raises the age old question of "If ther

Re: Yes but I don't understand ...

2003-08-14 Thread Larry Hall
Christopher Faylor wrote: On Tue, Aug 05, 2003 at 08:07:46PM -0500, Wayne wrote: I thought it went like this: In the beginning, there was B20, and it was GOOD. After that, it went downhill... That raises the age old question of "If there was a B20, what about B19? Why are there ChangeLog entr

Re: Yes but I don't understand ...

2003-08-07 Thread Wayne
I thought it went like this: In the beginning, there was B20, and it was GOOD. After that, it went downhill... ;-) Wayne -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html

Re: Yes but I don't understand ...

2003-08-06 Thread Igor Pechtchanski
On Tue, 5 Aug 2003, Christopher Faylor wrote: > On Tue, Aug 05, 2003 at 08:07:46PM -0500, Wayne wrote: > >I thought it went like this: > > > >In the beginning, there was B20, and it was GOOD. After that, it went > >downhill... > > That raises the age old question of "If there was a B20, what abou

RE: Yes but I don't understand ...

2003-08-06 Thread Bill McCormick
> That raises the age old question of "If there was a B20, what about B19? > Why are there ChangeLog I'll have to read this later when it's not so late :) --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.506 / Virus Database: 3

Re: Yes but I don't understand ...

2003-08-06 Thread David Selby
Randall R Schulz wrote: David, At 13:14 2003-08-05, David Selby wrote: You are dead right, I tried /bin/bash

Re: Yes but I don't understand ...

2003-08-05 Thread Christopher Faylor
On Tue, Aug 05, 2003 at 08:07:46PM -0500, Wayne wrote: >I thought it went like this: > >In the beginning, there was B20, and it was GOOD. After that, it went >downhill... That raises the age old question of "If there was a B20, what about B19? Why are there ChangeLog entries for earlier versions?

Re: Yes but I don't understand ...

2003-08-05 Thread Andrew DeFaria
Randall R Schulz wrote: As I understand it, it all goes back to the big bang... But the real question, still unanswered, is what happened before the big bang! :-) -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Document

Re: Yes but I don't understand ...

2003-08-05 Thread Igor Pechtchanski
On Tue, 5 Aug 2003, David Selby wrote: > Randall R Schulz wrote: > > > David, > > > > At 12:28 2003-08-05, David Selby wrote: > > > >> I have hit a problem with bash ... as a sample program I have ... > > > > > > Your problem is that /bin/sh is ash, not BASH. To get BASH, use /bin/bash > > > > > >

Re: Yes but I don't understand ...

2003-08-05 Thread Randall R Schulz
David, At 13:14 2003-08-05, David Selby wrote: You are dead right, I tried /bin/bash

Yes but I don't understand ...

2003-08-05 Thread David Selby
Randall R Schulz wrote: David, At 12:28 2003-08-05, David Selby wrote: I have hit a problem with bash ... as a sample program I have ... Your problem is that /bin/sh is ash, not BASH. To get BASH, use /bin/bash #!/bin/sh Dave You are dead right, I tried /bin/bash