Browse Source

Update env.sh

master
yuriy0803 5 years ago committed by GitHub
parent
commit
a410326b61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      build/env.sh

2
build/env.sh

@ -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/esprezzo" ethdir="$workspace/src/github.com/yuriy0803"
if [ ! -L "$ethdir/open-etc-pool-friends" ]; then if [ ! -L "$ethdir/open-etc-pool-friends" ]; then
mkdir -p "$ethdir" mkdir -p "$ethdir"
cd "$ethdir" cd "$ethdir"

Loading…
Cancel
Save