Fix Ubuntu detection

This commit is contained in:
Scott E. Graves
2019-04-19 20:53:11 -05:00
parent ea3fbbbaf8
commit ea0f05bc76

View File

@@ -51,8 +51,6 @@ elif [ -f /etc/lsb-release ]; then
else else
resetDistVer resetDistVer
fi fi
else
resetDistVer
fi fi
elif [ -f /etc/debian_version ]; then elif [ -f /etc/debian_version ]; then
DISTNAME=debian DISTNAME=debian