From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24597 invoked from network); 22 Oct 2008 00:37:39 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.5 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 22 Oct 2008 00:37:39 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 63581 invoked from network); 22 Oct 2008 00:36:28 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 22 Oct 2008 00:36:28 -0000 Received: (qmail 15464 invoked by alias); 22 Oct 2008 00:35:31 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 13364 Received: (qmail 15443 invoked from network); 22 Oct 2008 00:35:28 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 22 Oct 2008 00:35:28 -0000 Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.227]) by bifrost.dotsrc.org (Postfix) with ESMTP id B8C7880524C0 for ; Wed, 22 Oct 2008 02:35:22 +0200 (CEST) Received: by rv-out-0506.google.com with SMTP id g37so2448679rvb.21 for ; Tue, 21 Oct 2008 17:35:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=uh1cdD+L+IVuI10OhEUU9/hAELGDH+3MIr7zJ5au0DA=; b=PUXF7pw6ulZ5cmyJ1bEfay0946uG4U9uKbMPU6d5/Ky4F6xbgBBCYacXQeKiJrLVe4 WfVe3W0B/nFO5PHlF6AcaHl7GwyCZoUJOq+iKmEd3z0Lnu7Al252atXcTddRfFSvzzA7 30UPVJzxOiUxlwtEXSdNb75VWnSnxF6GFq0BY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=CLmISfF1PNPc4EF18RX7LJDBOP9e5yF7cYqxuzJIxS5PgNgkSxziS3bAfBes0BsbWi dtRglZzYgA67eOvmTv2Ss1ZLF+3jqLg3VqsPTsSBTpSGUjrqWkHO0pikPu7IJvRUIuof KUl8mOzClaeiH1bgCMtm0ex+bwaq8TKpzZE/I= Received: by 10.141.198.9 with SMTP id a9mr6015735rvq.238.1224635720564; Tue, 21 Oct 2008 17:35:20 -0700 (PDT) Received: by 10.140.178.12 with HTTP; Tue, 21 Oct 2008 17:35:20 -0700 (PDT) Message-ID: Date: Wed, 22 Oct 2008 08:35:20 +0800 From: "Aaron Davies" To: "Peter Stephenson" , dqarras@yahoo.com, "ZSH Users" , pws@pws-pc.ntlworld.com Subject: Re: SHELL not always correct In-Reply-To: <20081021231323.GA89901@redoubt.spodhuis.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <903527.44182.qm@web36808.mail.mud.yahoo.com> <200810212058.m9LKwXQe009278@pws-pc.ntlworld.com> <20081021231323.GA89901@redoubt.spodhuis.org> X-Virus-Scanned: ClamAV 0.92.1/8465/Tue Oct 21 22:14:56 2008 on bifrost X-Virus-Status: Clean On Wed, Oct 22, 2008 at 7:13 AM, Phil Pennock wrote: > Seems rather presumptuous, to claim to child processes that you are the > user's chosen preferred shell, merely because you're running. I've generally found that SHELL isn't much use for figuring out what you're in. GNU autoconf checks whether ZSH_VERSION is set to determine if it's running in zsh. (Hopefully it's not exported in the standard setup. :-) -- Aaron Davies aaron.davies@gmail.com