Skip to content

Commit ddb738f

Browse files
committed
Fix quoting
1 parent 4792cf0 commit ddb738f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

script/bootstrap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -e
44

5-
cd $(dirname "$0")/..
5+
cd "$(dirname "$0")/.."
66

77
export ROOTDIR="$(pwd)"
88
export GOPATH="$ROOTDIR/.gopath"

0 commit comments

Comments
 (0)