diff options
Diffstat (limited to 'build/env.sh')
-rwxr-xr-x | build/env.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/build/env.sh b/build/env.sh index c418dae44..3914555d1 100755 --- a/build/env.sh +++ b/build/env.sh @@ -19,7 +19,6 @@ if [ ! -L "$ethdir/go-ethereum" ]; then fi # Set up the environment to use the workspace. -# Also add Godeps workspace so we build using canned dependencies. GOPATH="$workspace" export GOPATH |