buildscript: fix execution path of xds.sh in xds_v3.sh

This commit is contained in:
ZHANG Dapeng 2021-01-20 09:21:36 -08:00 committed by GitHub
parent a857b5c911
commit 150f994315
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
#!/bin/bash
XDS_V3_OPT="--xds_v3_support" xds.sh
XDS_V3_OPT="--xds_v3_support" `dirname $0`/xds.sh