From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29448 invoked from network); 17 Jan 2004 03:53:17 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 17 Jan 2004 03:53:17 -0000 Received: (qmail 10165 invoked by alias); 17 Jan 2004 03:53:03 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 6994 Received: (qmail 10122 invoked from network); 17 Jan 2004 03:53:03 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 17 Jan 2004 03:53:03 -0000 X-MessageWall-Score: 0 (sunsite.dk) Received: from [4.11.8.53] by sunsite.dk (MessageWall 1.0.8) with SMTP; 17 Jan 2004 3:53:2 -0000 Received: (from schaefer@localhost) by candle.brasslantern.com (8.11.6/8.11.6) id i0H3r1G29981 for zsh-users@sunsite.dk; Fri, 16 Jan 2004 19:53:01 -0800 X-Authentication-Warning: candle.brasslantern.com: schaefer set sender to schaefer@closedmail.com using -f From: Bart Schaefer Message-Id: <1040117035301.ZM29980@candle.brasslantern.com> Date: Sat, 17 Jan 2004 03:53:01 +0000 In-Reply-To: <8026787E-4882-11D8-80B7-000A9591EB8C@fastmail.fm> Comments: In reply to Culley Harrelson "su -m on os x" (Jan 16, 4:17pm) References: <8026787E-4882-11D8-80B7-000A9591EB8C@fastmail.fm> X-Mailer: Z-Mail (5.0.0 30July97) To: zsh-users@sunsite.dk Subject: Re: su -m on os x MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Jan 16, 4:17pm, Culley Harrelson wrote: } } su: /usr/local/bin/zsh -l: No such file or directory This looks to me as if you have $SHELL set to the two-word string "/usr/local/bin/zsh -l". You can't do that. $SHELL has to be the filesystem path to the executable, and ONLY the path.