From ebbbd9eb3091bcabbbc8087be125a8aeb95b4e17 Mon Sep 17 00:00:00 2001 From: Georg Hopp Date: Mon, 17 Mar 2014 08:15:48 +0000 Subject: [PATCH] remove doubling of classes when gatherin the distinfo --- gatherer/dist_information.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gatherer/dist_information.sh b/gatherer/dist_information.sh index 820ffb8..3890bd6 100644 --- a/gatherer/dist_information.sh +++ b/gatherer/dist_information.sh @@ -87,7 +87,7 @@ gather_dist_info() { eval ${GREP} -iq ${DIST} \${FILES_${CHK}} || DIST="Unknown" fi - set_class ${CLASSES} ${DIST};; + set_class ${DIST};; *) DIST="${OS}" esac