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://sources.redhat.com/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/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: | <00ed01c2cdfc$8b6cc810$78d96f83@pomello> |
From: | "Max Bowsher" <maxb AT ukf DOT net> |
To: | "Nicolas Christin" <nicolas AT cs DOT virginia DOT edu> |
Cc: | <cygwin AT cygwin DOT com> |
References: | <Pine DOT GSO DOT 4 DOT 53 DOT 0302061048490 DOT 1087 AT arachnion DOT cs DOT Virginia DOT EDU> <00e101c2cdf8$79490fd0$78d96f83 AT pomello> <Pine DOT GSO DOT 4 DOT 53 DOT 0302061104010 DOT 1132 AT arachnion DOT cs DOT Virginia DOT EDU> |
Subject: | Re: Detecting text type in a shell script |
Date: | Thu, 6 Feb 2003 16:26:47 -0000 |
MIME-Version: | 1.0 |
X-Priority: | 3 |
X-MSMail-Priority: | Normal |
X-MimeOLE: | Produced By Microsoft MimeOLE V6.00.2800.1106 |
Nicolas Christin wrote: > On Thu, 6 Feb 2003, Max Bowsher wrote: > >> Nicolas Christin wrote: >>> >>> How can I detect what text type was chosen at install time? (So >>> that I can appropriately set/unset my cygwin-unix-type variable.) >> >> man mount > > Max, thanks. > > OK... I had actually checked that, but it didn't come to me as > straightforward how to use it for my particular problem. Can I just > assume that if I don't see any "textmode" field in the mount table, > then everything is fine? > > More specifically, does something of the kind: > > #!/bin/sh > # test we're in binmode > > mount | grep textmode >/dev/null 2>&1 > > if [ "$?" -eq "0" ]; then > # found text modes - probably bad > bail(); > else > proceed(); > fi; > > would do? (I don't have a DOS-type installed Cygwin available at the > moment, so I'm doing this blind and can't test it...) Should do, but ditto. Have you tried linking you app with -lbinmode ? That should force all file access to be binary, whatever the mount. Max. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |