Skip to content

Commit

Permalink
build: fix bad char
Browse files Browse the repository at this point in the history
This was breaking gceworker create.

Release note: None
  • Loading branch information
andreimatei committed May 30, 2018
1 parent f8a7889 commit c489500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/bootstrap/bootstrap-debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ sudo adduser "${USER}" docker

# Configure environment variables
echo 'export PATH="/usr/lib/ccache:${PATH}"' >> ~/.bashrc_bootstrap
echo 'export COCKROACH_BUILDER_CCACHE=1"' >> ~/.bashrc_bootstrap
echo 'export COCKROACH_BUILDER_CCACHE=1' >> ~/.bashrc_bootstrap
# NB: GOPATH defaults to ${HOME}/go (but maybe having it set for the remainder
# of the script is enough reason to keep it here).
echo 'export GOPATH=${HOME}/go' >> ~/.bashrc_bootstrap
Expand Down

0 comments on commit c489500

Please sign in to comment.