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