We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92491a7 commit 3b27815Copy full SHA for 3b27815
ci/install.sh
@@ -19,7 +19,7 @@ main() {
19
--git japaric/cross \
20
--tag $tag
21
22
- if [ ! -z $VENDOR ]; then
+ if [ ! -z ${VENDOR-} ]; then
23
curl -LSfs https://japaric.github.io/trust/install.sh | \
24
sh -s -- \
25
--crate rustfmt \
0 commit comments