From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 123485 invoked by alias); 26 Sep 2016 20:09:26 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 123476 invoked by uid 89); 26 Sep 2016 20:09:25 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.9 required=5.0 tests=BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_NONE autolearn=no version=3.3.2 spammy=UD:ico, tracked X-HELO: resqmta-po-09v.sys.comcast.net Received: from resqmta-po-09v.sys.comcast.net (HELO resqmta-po-09v.sys.comcast.net) (96.114.154.168) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 26 Sep 2016 20:09:24 +0000 Received: from resomta-po-13v.sys.comcast.net ([96.114.154.237]) by resqmta-po-09v.sys.comcast.net with SMTP id ocDDbkiJOS0FEocDLb4x1B; Mon, 26 Sep 2016 20:09:23 +0000 Received: from [IPv6:::1] ([IPv6:2601:646:8580:9390:d17b:9f92:95c8:aeb1]) by resomta-po-13v.sys.comcast.net with SMTP id ocDJb9AmO0HwuocDLbBIzM; Mon, 26 Sep 2016 20:09:23 +0000 To: cygwin@cygwin.com From: Ernie Rael Subject: Use of SHELL env var by login Message-ID: Date: Mon, 26 Sep 2016 20:53:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-CMAE-Envelope: MS4wfK3NovpI7VoYN+MIM2NdWldKt8jFKp+Dgv/JR60SBGiqe1PrUD2zW5+2p/NWpv9CXqvWE3uOk8lwuO878mMH8/hIeC7/uvvHPL1Zgb6eL4tSoSO5QBoN Bcp5XCyUdsqYZUPSN4CHLuXqPSLL6SYNYk4= X-IsSubscribed: yes X-SW-Source: 2016-09/txt/msg00338.txt.bz2 I just moved the cygwin installation. The "last" peculiarity I ran into was that the login shell, with the shortcut "F:\cygwin64\bin\mintty.exe -i /Cygwin-Terminal.ico -", a ps showed /cygdrive/c/cygwin64/bin/bash instead of /usr/bin/bash I tracked this down the the windows setting for SHELL, the one you get to from windows' SystemProperties dialog, which was C:/cygwin64/bin/bash. The /etc/passwd file specifies /bin/bash. Is this expected behavior? (Though I can see why SHELL is there and I'd need to change it) -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple