8 lines
151 B
Text
8 lines
151 B
Text
# $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
|