Update default.inc

This commit is contained in:
2019-02-02 10:23:48 -06:00
parent da036f72ef
commit 559f460f6e

View File

@@ -107,7 +107,7 @@ detect_os () {
[ zz`type -t ebegin 2>/dev/null` == "zzfunction" ] && echo DISTRIBUTION="gentoo"
fi
declare -p OSinfo
echo "${OSinfo[@]}"
#echo "${OSinfo[@]}"
}