Update default.inc
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user