Skip to content

Commit

Permalink
Merge #26246
Browse files Browse the repository at this point in the history
26246: build: fix bad char r=andreimatei a=andreimatei

This was breaking gceworker create.

Release note: None

Co-authored-by: Andrei Matei <[email protected]>
  • Loading branch information
craig[bot] and andreimatei committed May 30, 2018
2 parents 0f9fafe + c489500 commit 98b1ceb
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 98b1ceb

Please sign in to comment.