mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-24 13:46:43 +00:00
update env
This commit is contained in:
parent
272d0f5c47
commit
589c3d38a6
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ fi
|
||||||
# Create fake Go workspace if it doesn't exist yet.
|
# Create fake Go workspace if it doesn't exist yet.
|
||||||
workspace="$PWD/build/_workspace"
|
workspace="$PWD/build/_workspace"
|
||||||
root="$PWD"
|
root="$PWD"
|
||||||
ethdir="$workspace/src/github.com/expanse"
|
ethdir="$workspace/src/github.com/expanse-project"
|
||||||
if [ ! -L "$ethdir/go-expanse" ]; then
|
if [ ! -L "$ethdir/go-expanse" ]; then
|
||||||
mkdir -p "$ethdir"
|
mkdir -p "$ethdir"
|
||||||
cd "$ethdir"
|
cd "$ethdir"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue