From owner-freebsd-questions@FreeBSD.ORG Fri Aug 19 14:14:00 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7048F106566B for ; Fri, 19 Aug 2011 14:14:00 +0000 (UTC) (envelope-from bonomi@mail.r-bonomi.com) Received: from mail.r-bonomi.com (mx-out.r-bonomi.com [204.87.227.120]) by mx1.freebsd.org (Postfix) with ESMTP id 12E438FC15 for ; Fri, 19 Aug 2011 14:13:59 +0000 (UTC) Received: (from bonomi@localhost) by mail.r-bonomi.com (8.14.4/rdb1) id p7JEEsgA069695; Fri, 19 Aug 2011 09:14:54 -0500 (CDT) Date: Fri, 19 Aug 2011 09:14:54 -0500 (CDT) From: Robert Bonomi Message-Id: <201108191414.p7JEEsgA069695@mail.r-bonomi.com> To: freebsd-questions@freebsd.org, v.velox@vvelox.net In-Reply-To: <20110819072234.38e655d6@vixen42.vulpes.vvelox.net> Cc: Subject: Re: wpa_cli issues X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Aug 2011 14:14:00 -0000 > From owner-freebsd-questions@freebsd.org Fri Aug 19 07:41:44 2011 > Date: Fri, 19 Aug 2011 07:22:34 -0500 > From: "Zane C. B-H." > To: FreeBSD Questions > Subject: wpa_cli issues > > Is there any way to undefine a variable once it has been set? *As(stated*, the answer involves the offspring of the mating of a rhinoceros and an elephand. =GUESSING= that you mean a shell 'envionment variable', the answer is 'yes'. _How_ one can do it depends on the shell (*unspecified*!) being used. 'unsetenv' _may_ do the trick. Alternatively a variable assignment with no value (.e.g "VARIABLE=") may work.