Update test.sh

This commit is contained in:
2019-02-01 00:30:19 -06:00
parent b7503d3da8
commit 51efbc5bcf

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