Update default.inc

This commit is contained in:
2019-01-31 23:29:25 -06:00
parent e57f023d16
commit abfa1de735

View File

@@ -61,7 +61,7 @@ redhat_derivative () {
detect_os () { detect_os () {
local -n myresult="$1" || return 1 local -n myresult="$1" || return 1
echo MACH=$MACH echo MACH=`uname -m`
if [ -f /etc/redhat-release ] ; then if [ -f /etc/redhat-release ] ; then
echo DISTRIBUTION=redhat echo DISTRIBUTION=redhat
echo FAMILY=rh echo FAMILY=rh