We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54c31b0 commit c5bcbc6Copy full SHA for c5bcbc6
compiler/src/test/run_nano_test.sh
@@ -5,7 +5,7 @@ if [ -z "$TEST_TMP_DIR" ]; then
5
exit 1;
6
fi
7
8
-cd $(dirname $0)
+cd "$(dirname "$0")"
9
10
INPUT_FILE="proto/test.proto"
11
OUTPUT_FILE="$TEST_TMP_DIR/TestServiceGrpc.src.jar"
0 commit comments