From owner-freebsd-stable Sun Feb 25 10:24:45 2001 Delivered-To: freebsd-stable@freebsd.org Received: from ece.cmu.edu (ECE.CMU.EDU [128.2.236.200]) by hub.freebsd.org (Postfix) with ESMTP id 9BAE437B401; Sun, 25 Feb 2001 10:24:41 -0800 (PST) (envelope-from allbery@ece.cmu.edu) Received: from pyanfar.ece.cmu.edu (14rr79@PYANFAR.REM.CMU.EDU [128.2.87.225]) (authenticated) by ece.cmu.edu (8.11.0/8.10.2) with ESMTP id f1PIO6101681; Sun, 25 Feb 2001 13:24:06 -0500 (EST) Date: Sun, 25 Feb 2001 13:24:03 -0500 From: "Brandon S. Allbery KF8NH" To: Andreas Klemm , stable@FreeBSD.ORG Subject: Re: Brokenness: : ${TMPDIR:-/tmp} results in empty TMPDIR variable Message-ID: <98700000.983125443@pyanfar.ece.cmu.edu> In-Reply-To: <20010225134311.A25603@titan.klemm.gtn.com> X-Mailer: Mulberry/2.0.6 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sunday, February 25, 2001 13:43:11 +0100, Andreas Klemm wrote: +----- | Another -STABLE problem: | | : ${TMPDIR:-/tmp} | | The variable stays empty. +--->8 It should; the correct idiom is : ${TMPDIR:=/tmp} -- brandon s. allbery [os/2][linux][solaris][japh] allbery@kf8nh.apk.net system administrator [WAY too many hats] allbery@ece.cmu.edu electrical and computer engineering KF8NH carnegie mellon university ["better check the oblivious first" -ke6sls] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message