DO NOT REPLY [Bug 33315] - cygwin detection in build.sh is not optimal

2005-10-06 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=33315


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2005-10-06 11:50 ---
fixed using snippet from cocoon.sh

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.


DO NOT REPLY [Bug 33315] - cygwin detection in build.sh is not optimal

2005-02-01 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=33315





--- Additional Comments From [EMAIL PROTECTED]  2005-02-01 17:52 ---
(In reply to comment #1)
> The idea is good. However, there is no option -o to uname on FreeBSD/Mac OS
X/Debian.
> Using straight 'uname' with no options works for those systems. Does that work
for you?

my bad, i did not look at those platforms (also add solaris to the list). the
snippet below should do the job:

if uname | grep -i cygwin > /dev/null; then

in any case, using uname is preferrable to using $TERM. would it be possible to
change build.sh to reflect this?


-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.


DO NOT REPLY [Bug 33315] - cygwin detection in build.sh is not optimal

2005-01-31 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=33315





--- Additional Comments From [EMAIL PROTECTED]  2005-01-31 22:59 ---
The idea is good. However, there is no option -o to uname on FreeBSD/Mac OS 
X/Debian.
Using straight 'uname' with no options works for those systems. Does that work 
for you?

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.