From 51efbc5bcfac98008914b9465768e689a3ec8397 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Fri, 1 Feb 2019 00:30:19 -0600 Subject: [PATCH] Update test.sh --- test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.sh b/test.sh index b4afb03..d0010a6 100755 --- a/test.sh +++ b/test.sh @@ -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