Skip to content

Commit 9c2ec7b

Browse files
committed
fix CI
1 parent 91499e4 commit 9c2ec7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ test_svd() {
1616
main() {
1717
cross check --target $TARGET
1818

19-
if [ -z $VENDOR ]; then
19+
if [ -z ${VENDOR-} ]; then
2020
return
2121
fi
2222

0 commit comments

Comments
 (0)