mirror of https://github.com/grpc/grpc-java.git
Handle spaces in shell script
This commit is contained in:
parent
54c31b0325
commit
c5bcbc62fe
|
|
@ -5,7 +5,7 @@ if [ -z "$TEST_TMP_DIR" ]; then
|
|||
exit 1;
|
||||
fi
|
||||
|
||||
cd $(dirname $0)
|
||||
cd "$(dirname "$0")"
|
||||
|
||||
INPUT_FILE="proto/test.proto"
|
||||
OUTPUT_FILE="$TEST_TMP_DIR/TestServiceGrpc.src.jar"
|
||||
|
|
|
|||
Loading…
Reference in New Issue