From 1ba5504cb8d074b8c04a2ab765ee07d3c0be4cea Mon Sep 17 00:00:00 2001 From: Georg Hopp Date: Mon, 17 Mar 2014 08:14:59 +0000 Subject: [PATCH] remove unnessaccary extra export --- gatherer/host_information.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gatherer/host_information.sh b/gatherer/host_information.sh index 608ed13..457e10c 100644 --- a/gatherer/host_information.sh +++ b/gatherer/host_information.sh @@ -11,7 +11,7 @@ gather_host_info() { HOSTNAME="$(${UNAME} -n)" GNU="$([ "${OS%GNU*}" != ${OS} ] && echo "GNU")" - export OS KERNEL VERSION PLATFORM HOSTNAME CLASSES + export OS KERNEL VERSION PLATFORM HOSTNAME set_class ${OS} ${GNU} ${KERNEL} ${VERSION} ${PLATFORM} ${HOSTNAME} }