From 20e6fd33e2e0b3317d3b911f8b475922ed0abafb Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Fri, 1 Feb 2019 00:27:59 -0600 Subject: [PATCH] Update test.sh --- test.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test.sh b/test.sh index e642899..eff468e 100755 --- a/test.sh +++ b/test.sh @@ -32,6 +32,5 @@ function myfunc() echo "ok" } -detect_os targetvalue -declare -p targetvalue +if [ $(detect_os[1]) = "debian" ]; then echo 'YES'; fi