mirror of
https://github.com/opnsense/src.git
synced 2026-04-27 09:06:49 -04:00
8 lines
155 B
Text
8 lines
155 B
Text
# $Id: unexport,v 1.1.1.1 2009/11/19 00:31:11 sjg Exp $
|
|
|
|
# pick up a bunch of exported vars
|
|
.include "export"
|
|
|
|
.unexport UT_ZOO UT_FOO
|
|
|
|
UT_TEST = unexport
|