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