Update test.sh

This commit is contained in:
2019-02-01 00:29:18 -06:00
parent 20e6fd33e2
commit a75b5a9542

View File

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