From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20466 invoked from network); 8 Jul 2002 13:45:04 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 8 Jul 2002 13:45:04 -0000 Received: (qmail 25409 invoked by alias); 8 Jul 2002 13:44:56 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 17443 Received: (qmail 25396 invoked from network); 8 Jul 2002 13:44:55 -0000 Date: Mon, 8 Jul 2002 15:44:53 +0200 From: Marc Olzheim To: zsh-workers@sunsite.dk Cc: marcolz@stack.nl Subject: Re: export -p Message-ID: <20020708134453.GB97347@stack.nl> References: <20020708134337.GA97347@stack.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020708134337.GA97347@stack.nl> User-Agent: Mutt/1.4i X-Operating-System: FreeBSD toad.stack.nl 4.6-STABLE FreeBSD 4.6-STABLE X-URL: http://www.stack.nl/~marcolz/ > Hi. > > Could sh's -p option be implemented in zsh ? Since export without any > arguments produces almost the correct output, I figure it won't be a big > patch... Btw. : The single unix spec v2: http://www.opengroup.org/onlinepubs/007908799/xcu/chap2.html#tag_001_014_008 Marc