Guard cd path with quotes
This commit is contained in:
parent
87b85019e6
commit
9a8bae72ab
@ -42,7 +42,7 @@ assertEq ()
|
||||
|
||||
echo "Building protoc, OS=$OS ARCH=$ARCH"
|
||||
|
||||
cd $(dirname "$0")
|
||||
cd "$(dirname \"$0\")"
|
||||
WORKING_DIR=$(pwd)
|
||||
CONFIGURE_ARGS="--disable-shared"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user