| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
| Message-ID: | <BAY20-F2102718D10AF2934F80EAFD6290@phx.gbl> |
| X-Originating-Email: | [arashp AT hotmail DOT com] |
| X-Sender: | arashp AT hotmail DOT com |
| In-Reply-To: | <BAY20-F859F5D44AF9EA3A9E691DD6290@phx.gbl> |
| From: | "Arash Partow" <arashp AT hotmail DOT com> |
| To: | cygwin AT cygwin DOT com |
| Subject: | RE: Possible bash incompatibility - update |
| Date: | Mon, 18 Apr 2005 08:04:43 +0000 |
| Mime-Version: | 1.0 |
| X-OriginalArrivalTime: | 18 Apr 2005 08:04:43.0753 (UTC) FILETIME=[479A4590:01C543ED] |
| X-IsSubscribed: | yes |
Sorry the script should have been: #!/bin/bash if [ `uname -s | grep -c 'CYGWIN'` -eq 1 ]; then printf "Target platform is Win32 via CYGWIN\n"; else printf "Target platform is NOT Win32 via CYGWIN\n"; fi Still the same error message etc... Arash Partow __________________________________________________ Be one who knows what they don't know, Instead of being one who knows not what they don't know, Thinking they know everything about all things. http://www.partow.net -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |