From owner-freebsd-current@FreeBSD.ORG Thu Oct 7 01:37:25 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F1A2D16A4CE; Thu, 7 Oct 2004 01:37:24 +0000 (GMT) Received: from carver.gumbysoft.com (carver.gumbysoft.com [66.220.23.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3E0E43D55; Thu, 7 Oct 2004 01:37:24 +0000 (GMT) (envelope-from dwhite@gumbysoft.com) Received: by carver.gumbysoft.com (Postfix, from userid 1000) id C1E7872DF2; Wed, 6 Oct 2004 18:37:24 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by carver.gumbysoft.com (Postfix) with ESMTP id BF41772DD4; Wed, 6 Oct 2004 18:37:24 -0700 (PDT) Date: Wed, 6 Oct 2004 18:37:24 -0700 (PDT) From: Doug White To: Jose M Rodriguez In-Reply-To: <200410061950.01434.josemi@freebsd.jazztel.es> Message-ID: <20041006183432.W82437@carver.gumbysoft.com> References: <20041002151123.J37762@carver.gumbysoft.com> <200410061950.01434.josemi@freebsd.jazztel.es> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-current@freebsd.org cc: current@freebsd.org Subject: Re: IFS pollution from localpkg X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Oct 2004 01:37:25 -0000 On Wed, 6 Oct 2004, Jose M Rodriguez wrote: > > I ran into a build problem on my amd64 box today, where ar was being > > fed output from a backtick operation but the carriage returns weren't > > being converted to spaces. After some gdb digging in sh, I found > > that the reason for the problem was that IFS=" " was set in my shell > > environment. [...] > If you are using KDE-3.3.0 an csh, this maybe your problem: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=72388 > > Attached a simple patch agains Xsession Good eye. That machine actually does have kde3.3, being recently rebuilt. I'm not sure the patch offered is 100% correct, but using env seems much more portable than set. I'm curious why kdm is messing with people's dotfiles anyway; it may explain why ssh-agent sessions aren't propagating into the kde environment. Thanks for the pointer! -- Doug White | FreeBSD: The Power to Serve dwhite@gumbysoft.com | www.FreeBSD.org