From 346961036e0c879aa2bd3d72a33edfef413646b1 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Fri, 1 Feb 2019 00:07:30 -0600 Subject: [PATCH] Update test.sh --- test.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test.sh b/test.sh index 0a7406e..f0fa573 100755 --- a/test.sh +++ b/test.sh @@ -32,8 +32,8 @@ function myfunc() echo "ok" } -# call function that constructs the array with the array name detect_os targetvalue -# display it -declare -p targetvalue +#declare -p targetvalue + +printf( "%-30s %s\n", "Starting initialization...", "Ok." );