Skip to content

Commit

Permalink
Fix unbound variable
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielweyer committed Dec 29, 2017
1 parent 2482d6e commit 5b9639d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/dotnet-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ say_err() {
say() {
# using stream 3 (defined in the beginning) to not interfere with stdout of functions
# which may be used as return value
printf "%b\n" "$dotnet-install: $1" >&3
printf "%b\n" "$dotnet-install: ${1:-}" >&3
}

say_verbose() {
Expand Down

0 comments on commit 5b9639d

Please sign in to comment.