Skip to content

Commit

Permalink
Investigate unbound variable
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielweyer committed Dec 29, 2017
1 parent d20ffe6 commit 1d892b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/dotnet-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 1d892b7

Please sign in to comment.