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." );