diff --git a/tools/dotnet-install.sh b/tools/dotnet-install.sh index f5e4234..6dba2e8 100644 --- a/tools/dotnet-install.sh +++ b/tools/dotnet-install.sh @@ -30,6 +30,8 @@ say() { printf "%b\n" "$dotnet-install: $1" >&3 } +say "Calling say just after it was defined" + say_verbose() { if [ "$verbose" = true ]; then say "$1"