X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:to:from:subject:message-id:date:mime-version :content-type:content-transfer-encoding; q=dns; s=default; b=Ald oN6IzruReHuNnQJ9TWtveOocB3djtm1jKFx1hrEWO5hrNEvvWK9FSumoJ276boNI OC/lQ6yRvI+Didrn2Z+iRtsrmuv1mg2ORJO6JTCR8ZtHp6oBG3etca2D99lndubZ cPwziL1asaIOeM97H4A5JG+kbL5/pMA2jiMdZ/YU= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:to:from:subject:message-id:date:mime-version :content-type:content-transfer-encoding; s=default; bh=8pd3Fj8zh SRxaVFCEqd2sXiDtXs=; b=wP4wnWElbtwi484S2cNZYncdRj0duDseaVLJ5nRj2 nmWRBCk0F/G+1/R4wR68kdLrd420FapISoqgAzbUZyehxDIbZAKety7GJ/88kfvh 1RZfFabRrN6luX+/DiX7qohLUH9Zhhp46TPZhRHxj1GKGj/RVAP2P03aZfu33+nw d4= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com 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 To: cygwin AT cygwin DOT com From: Ernie Rael Subject: Use of SHELL env var by login Message-ID: Date: Mon, 26 Sep 2016 13:09:21 -0700 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 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