From b7503d3da83e898c912d465486d4904a4a8ffba3 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Fri, 1 Feb 2019 00:29:40 -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 23e4922..b4afb03 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