Skip to content

Commit c5bcbc6

Browse files
committed
Handle spaces in shell script
1 parent 54c31b0 commit c5bcbc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/test/run_nano_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ if [ -z "$TEST_TMP_DIR" ]; then
55
exit 1;
66
fi
77

8-
cd $(dirname $0)
8+
cd "$(dirname "$0")"
99

1010
INPUT_FILE="proto/test.proto"
1111
OUTPUT_FILE="$TEST_TMP_DIR/TestServiceGrpc.src.jar"

0 commit comments

Comments
 (0)