public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* RE: Cygwin bash shell
@ 2000-09-26  7:16 Frank Merenda
  0 siblings, 0 replies; 4+ messages in thread
From: Frank Merenda @ 2000-09-26  7:16 UTC (permalink / raw)
  To: Remo.Badii, cygwin

Yes, they can. But if you delete them you will have to download them again
if you want to reinstall for some reason.

Cygwin will run fine without the "latest" directory present.



-Peace Out-
Frank Merenda | Senior Software Engineer
VetExchange   | http://www.VetExchange.com 
fmerenda@VetExchange.com

"Don't believe the hype." 

-- Public Enemy

> -----Original Message-----
> From: Remo.Badii@ch.jdsunph.com [ mailto:Remo.Badii@ch.jdsunph.com ]
> Sent: Tuesday, September 26, 2000 10:45 AM
> To: cygwin@sourceware.cygnus.com
> Subject: Cygwin bash shell
> 
> 
> 
> 
> Dear programmers,
> 
> I have installed the cygwin bash shell on an NT PC.
> I'd like to know whether the contents of the directory
> "latest" (all gzipped) can be safely removed once
> everything runs.
> Thank you.
> 
> Yours sincerely,
> 
> 
> Remo Badii
> 
> 
> 
> --
> Want to unsubscribe from this list?
> Send a message to cygwin-unsubscribe@sourceware.cygnus.com
> 

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Cygwin bash shell
@ 2000-09-26  6:47 Remo.Badii
  0 siblings, 0 replies; 4+ messages in thread
From: Remo.Badii @ 2000-09-26  6:47 UTC (permalink / raw)
  To: cygwin

Dear programmers,

I have installed the cygwin bash shell on an NT PC.
I'd like to know whether the contents of the directory
"latest" (all gzipped) can be safely removed once
everything runs.
Thank you.

Yours sincerely,


Remo Badii



--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Cygwin Bash shell
  2000-08-07 11:18 Cygwin Bash shell Becky Purdie
@ 2000-08-07 11:38 ` Bob McGowan
  0 siblings, 0 replies; 4+ messages in thread
From: Bob McGowan @ 2000-08-07 11:38 UTC (permalink / raw)
  To: Becky Purdie; +Cc: 'cygwin@sourceware.cygnus.com'

Becky,

I just cut and pasted your script into a file and it ran just fine
(under both bash and ash).  I had to assign a value manually to PLAT, so
the my first question is where are you setting it?  And how?

Bob McGowan

Becky Purdie wrote:
> 
>                 I think I've found a possible bug with the new version of
> cygwin bash shell. What I'm trying to do is compare a variable in an 'if'
> statement. It works correctly using the bash shell installed on my Solaris
> box but not correctly on Windows using GNU bash. I'm using version

...deleted the script example...

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Cygwin Bash shell
@ 2000-08-07 11:18 Becky Purdie
  2000-08-07 11:38 ` Bob McGowan
  0 siblings, 1 reply; 4+ messages in thread
From: Becky Purdie @ 2000-08-07 11:18 UTC (permalink / raw)
  To: 'cygwin', Becky Purdie; +Cc: 'cygwin@sourceware.cygnus.com'

		I think I've found a possible bug with the new version of
cygwin bash shell. What I'm trying to do is compare a variable in an 'if'
statement. It works correctly using the bash shell installed on my Solaris
box but not correctly on Windows using GNU bash. I'm using version
2.04.0(1)-release (i586-pc-cygwin0). Please let me know if this is a known
bug and if there is a "fix" for this problem....Thanks!
		Here is the code:

  	 echo $PLAT

		if  [ "$PLAT" = "SunOS" ]; then           
		         PerfTree=/perf
		        echo $PerfTree
		        BowHome=/bowstreet
		        echo $BowHome
		        BinDir=$PerfTree/SolarisBin
		elif [ "$PLAT" = "CYGWIN_NT-4.0" ]; then
		        PerfTree=//z/performance
		        echo $PerfTree
		        BowHome=//c/bowstreet
		        echo $BowHome
		        BinDir=$PerfTree/NT4Bin
		else
		echo "Unable to assign variables!"
		fi


		The output indicates that the $PLAT variable is not
recognized within the square brackets [ ]'s. 
		Here's the output (in bash -x mode):

		SunOS
		 = SunOS ']'
		 =CYGWIN_NT-4.0 ']'
		Unable to assign variables!


		BUT when I run it on my Solaris Box, it runs fine and
assigns the variables correctly!


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2000-09-26  7:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-09-26  7:16 Cygwin bash shell Frank Merenda
  -- strict thread matches above, loose matches on Subject: below --
2000-09-26  6:47 Remo.Badii
2000-08-07 11:18 Cygwin Bash shell Becky Purdie
2000-08-07 11:38 ` Bob McGowan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).