mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-01-26 20:19:31 +00:00
document env var
This commit is contained in:
parent
e267254b4c
commit
a2a11ed7aa
6
env.sh
6
env.sh
@ -3,11 +3,13 @@
|
||||
rel_path="$(dirname $0)"
|
||||
abs_path="$(cd $rel_path; pwd)"
|
||||
|
||||
#- make it an absolute path, so we can call this script from other dirs
|
||||
# make it an absolute path, so we can call this script from other dirs
|
||||
export PATH="${abs_path}/vendor/Nim/bin:$PATH"
|
||||
|
||||
#- Nimble needs this to be an absolute path
|
||||
# Nimble needs this to be an absolute path
|
||||
export NIMBLE_DIR="${abs_path}/vendor/.nimble"
|
||||
|
||||
# used by nim-beacon-chain/tests/simulation/start.sh
|
||||
export BUILD_OUTPUTS_DIR="${abs_path}/build"
|
||||
|
||||
exec "$@"
|
||||
|
Loading…
x
Reference in New Issue
Block a user