Browse Source

remove doubling of classes when gatherin the distinfo

master
Georg Hopp 12 years ago
parent
commit
ebbbd9eb30
  1. 2
      gatherer/dist_information.sh

2
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

Loading…
Cancel
Save