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 91499e4 commit 9c2ec7bCopy full SHA for 9c2ec7b
ci/script.sh
@@ -16,7 +16,7 @@ test_svd() {
16
main() {
17
cross check --target $TARGET
18
19
- if [ -z $VENDOR ]; then
+ if [ -z ${VENDOR-} ]; then
20
return
21
fi
22
0 commit comments