| 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 |
| Date: | Sun, 30 Jun 2002 13:04:55 -0400 |
| From: | Christopher Faylor <cgf AT redhat DOT com> |
| To: | cygwin AT cygwin DOT com |
| Subject: | Re: problem with inheriting environment |
| Message-ID: | <20020630170455.GA10399@redhat.com> |
| Reply-To: | cygwin AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| References: | <012901c22052$3470a5c0$0100a8c0 AT advent02> |
| Mime-Version: | 1.0 |
| In-Reply-To: | <012901c22052$3470a5c0$0100a8c0@advent02> |
| User-Agent: | Mutt/1.3.23.1i |
On Sun, Jun 30, 2002 at 05:21:35PM +0100, Chris January wrote:
>The settings in the CYGWIN environment variable don't seem to be
>inherited by child processes with latest CVS.
This isn't enough information for me to go on. You don't see
"CYGWIN=whatever" in your child processes? You say CYGWIN=tty and the
CYGWIN environment variable says "tty" but you don't have a tty? You
say "CYGWIN=ntsec" but the enhanced permissions are not there?
FWIW:
j:\>set CYGWIN=ntsec tty
j:\>bash
bash-2.05a$ bash
bash-2.05a$ echo $CYGWIN
ntsec tty
bash-2.05a$ touch foo
bash-2.05a$ ls -l foo
-rw-rw-rw- 1 cgf None 0 Jun 30 13:00 foo
bash-2.05a$ chmod a+x foo
bash-2.05a$ ls -l foo
-rwxrwxrwx 1 cgf None 0 Jun 30 13:00 foo
bash-2.05a$ tty
/dev/tty0
cgf
--
Please do not send me personal email with cygwin questions.
Use the resources at http://cygwin.com/ .
--
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 |