Update test.sh

This commit is contained in:
2019-02-01 00:07:30 -06:00
parent d36a45710e
commit 346961036e

View File

@@ -32,8 +32,8 @@ function myfunc()
echo "ok" echo "ok"
} }
# call function that constructs the array with the array name
detect_os targetvalue detect_os targetvalue
# display it #declare -p targetvalue
declare -p targetvalue
printf( "%-30s %s\n", "Starting initialization...", "Ok." );