Commit ebbbd9eb3091bcabbbc8087be125a8aeb95b4e17

Authored by Georg Hopp
1 parent 1ba5504c

remove doubling of classes when gatherin the distinfo

Showing 1 changed file with 1 additions and 1 deletions
@@ -87,7 +87,7 @@ gather_dist_info() { @@ -87,7 +87,7 @@ gather_dist_info() {
87 eval ${GREP} -iq ${DIST} \${FILES_${CHK}} || DIST="Unknown" 87 eval ${GREP} -iq ${DIST} \${FILES_${CHK}} || DIST="Unknown"
88 fi 88 fi
89 89
90 - set_class ${CLASSES} ${DIST};; 90 + set_class ${DIST};;
91 *) 91 *)
92 DIST="${OS}" 92 DIST="${OS}"
93 esac 93 esac
Please register or login to post a comment