Update test.sh

This commit is contained in:
2019-02-01 00:29:40 -06:00
parent a75b5a9542
commit b7503d3da8

View File

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