diff --git a/default.inc b/default.inc index 6930623..79f4016 100755 --- a/default.inc +++ b/default.inc @@ -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