Update default.inc
This commit is contained in:
@@ -60,7 +60,7 @@ redhat_derivative () {
|
|||||||
}
|
}
|
||||||
|
|
||||||
detect_os () {
|
detect_os () {
|
||||||
local -n __resultvar="$1" || return 1
|
#local -n __resultvar="$1" || return 1
|
||||||
__resultvar[MACH]=`uname -m`
|
__resultvar[MACH]=`uname -m`
|
||||||
if [ -f /etc/redhat-release ] ; then
|
if [ -f /etc/redhat-release ] ; then
|
||||||
echo DISTRIBUTION=redhat
|
echo DISTRIBUTION=redhat
|
||||||
|
|||||||
Reference in New Issue
Block a user