This commit is contained in:
2019-02-02 10:21:15 -06:00
parent f728f607b2
commit c9ccbf82f1
2 changed files with 3 additions and 3 deletions

View File

@@ -106,7 +106,7 @@ detect_os () {
source /etc/init.d/functions.sh
[ zz`type -t ebegin 2>/dev/null` == "zzfunction" ] && echo DISTRIBUTION="gentoo"
fi
declare -p OSinfo
echo "${OSinfo[@]}"
}

View File

@@ -18,5 +18,5 @@ fi
detect_os
declare -p OSinfo
result=$(detect_os)