From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michal Ostrowski Subject: Re: [PATCH 2/2] Remember and use GIT_EXEC_PATH on exec()'s Date: Tue, 10 Jan 2006 15:32:47 -0500 Message-ID: <1136925167.11717.607.camel@brick.watson.ibm.com> References: <1136849678.11717.514.camel@brick.watson.ibm.com> <1136849810.11717.518.camel@brick.watson.ibm.com> <7vwth8bxqd.fsf@assigned-by-dhcp.cox.net> <1136900174.11717.537.camel@brick.watson.ibm.com> <43C3CC4A.4030805@op5.se> <1136910406.11717.579.camel@brick.watson.ibm.com> <43C4075E.4070407@op5.se> <20060110201536.GA3155@steel.home> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Cc: Andreas Ericsson , Junio C Hamano , git@vger.kernel.org X-From: git-owner@vger.kernel.org Tue Jan 10 21:31:54 2006 Return-path: Envelope-to: gcvg-git@gmane.org Received: from vger.kernel.org ([209.132.176.167]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EwQ9R-0001nF-0b for gcvg-git@gmane.org; Tue, 10 Jan 2006 21:31:29 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932604AbWAJUb0 (ORCPT ); Tue, 10 Jan 2006 15:31:26 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932597AbWAJUbZ (ORCPT ); Tue, 10 Jan 2006 15:31:25 -0500 Received: from igw2.watson.ibm.com ([129.34.20.6]:34733 "EHLO igw2.watson.ibm.com") by vger.kernel.org with ESMTP id S932604AbWAJUbY (ORCPT ); Tue, 10 Jan 2006 15:31:24 -0500 Received: from sp1n293en1.watson.ibm.com (sp1n293en1.watson.ibm.com [129.34.20.41]) by igw2.watson.ibm.com (8.12.11/8.13.1/8.13.1-2005-04-25 igw) with ESMTP id k0AKXRfM014662; Tue, 10 Jan 2006 15:33:27 -0500 Received: from sp1n293en1.watson.ibm.com (localhost [127.0.0.1]) by sp1n293en1.watson.ibm.com (8.11.7-20030924/8.11.7/01-14-2004_2) with ESMTP id k0AKVDk396666; Tue, 10 Jan 2006 15:31:14 -0500 Received: from mgsmtp00.watson.ibm.com (mgsmtp00.watson.ibm.com [9.2.40.58]) by sp1n293en1.watson.ibm.com (8.11.7-20030924/8.11.7/01-14-2004_1) with ESMTP id k0AKVCu306348; Tue, 10 Jan 2006 15:31:13 -0500 Received: from kitch0.watson.ibm.com (kitch0.watson.ibm.com [9.2.224.107]) by mgsmtp00.watson.ibm.com (8.12.11/8.12.11/2005/09/01) with ESMTP id k0ALRvng032394; Tue, 10 Jan 2006 16:27:57 -0500 Received: from brick (brick.watson.ibm.com [9.2.216.48]) by kitch0.watson.ibm.com (AIX5.1/8.11.6p2/8.11.0/03-06-2002) with ESMTP id k0AKV9m31444; Tue, 10 Jan 2006 15:31:09 -0500 To: Alex Riesen In-Reply-To: <20060110201536.GA3155@steel.home> X-Mailer: Evolution 2.4.1 Sender: git-owner@vger.kernel.org Precedence: bulk X-Mailing-List: git@vger.kernel.org Archived-At: On Tue, 2006-01-10 at 21:15 +0100, Alex Riesen wrote: > Andreas Ericsson, Tue, Jan 10, 2006 20:13:34 +0100: > > >My shell's rc-file doesn't get invoked when using ssh as a transport; > > >that's part of the problem. > > > > It does for me and everybody else. $HOME/.bashrc is read even for > > non-interactive shells. ... On the system I'm dealing with, ssh does not invoke bash if a command is specified. If I do ssh user@system /home/user/bin/foo, ssh performs an exec of /home/user/bin/foo; my shell is never invoked. This isn't up to me; I don't have root on this system. -- Michal Ostrowski