From 5ce9eb5032e7f0d47de617d874cb627c310cb68d Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 31 Jan 2019 23:15:11 -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 99c58f2..268ca47 100755 --- a/test.sh +++ b/test.sh @@ -35,5 +35,5 @@ generatearray() { # call function that constructs the array with the array name myfunc targetvalue # display it -declare -p targetvalue +declare -p myresult