-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: fix usage of "-z" in fetch-dotnet-snk.sh (#1010)
When using "-z" to check if a variable is not empty, you must surround it with quotes. Otherwise, bash will evaluate it to `[ -z ]` and that's a syntax error which yields a `[: too many arguments` error.
- Loading branch information
Elad Ben-Israel
authored
Oct 25, 2018
1 parent
7861c6f
commit 9281f05
Showing
1 changed file
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters