From 0399cc6fb8511bd9fc5b174663c9fe28b16a1c21 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 31 Jan 2019 23:51:06 -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 83b025c..0a7406e 100755 --- a/test.sh +++ b/test.sh @@ -33,7 +33,7 @@ function myfunc() } # call function that constructs the array with the array name -myfunc targetvalue +detect_os targetvalue # display it declare -p targetvalue