Update default.inc

This commit is contained in:
2019-01-31 23:51:47 -06:00
parent 0399cc6fb8
commit 091c728f88

View File

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