good morning!!!!

Skip to content
Snippets Groups Projects
Commit 12df8565 authored by Felix Lange's avatar Felix Lange
Browse files

build: run build commands from the fake workspace root

This ensures that compiler error messages contain the correct path.
parent a6a49ccb
No related branches found
No related tags found
No related merge requests found
......@@ -24,5 +24,9 @@ GOPATH="$ethdir/go-ethereum/Godeps/_workspace:$workspace"
GOBIN="$PWD/build/bin"
export GOPATH GOBIN
# Run the command inside the workspace.
cd "$ethdir/go-ethereum"
PWD="$ethdir/go-ethereum"
# Launch the arguments with the configured environment.
exec $@
exec "$@"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment