Update test.sh

This commit is contained in:
2019-02-01 00:27:59 -06:00
parent 0bda2ab60b
commit 20e6fd33e2

View File

@@ -32,6 +32,5 @@ function myfunc()
echo "ok"
}
detect_os targetvalue
declare -p targetvalue
if [ $(detect_os[1]) = "debian" ]; then echo 'YES'; fi