9772f81de8
and .unexport-env which unexport's all previously .export'd globals as well as clearing environ[]. Allow's sys.mk near total controll. Reviewed by: apb
9 lines
151 B
Plaintext
9 lines
151 B
Plaintext
# $Id: unexport,v 1.1 2009/11/19 00:30:25 sjg Exp $
|
|
|
|
# pick up a bunch of exported vars
|
|
.include "export"
|
|
|
|
.unexport UT_ZOO UT_FOO
|
|
|
|
UT_TEST = unexport
|