USE_SYSTEM_NIM: print message to stderr
This commit is contained in:
parent
c278412dbf
commit
92e5042667
|
@ -34,7 +34,7 @@ export PATH="${NIMBLE_DIR}/bin:${PATH}"
|
|||
if [[ "$USE_SYSTEM_NIM" != "1" ]]; then
|
||||
export PATH="${NIM_PATH}:${PATH}"
|
||||
else
|
||||
echo "[using system Nim: $(which nim)]"
|
||||
echo "[using system Nim: $(which nim)]" 1>&2
|
||||
fi
|
||||
|
||||
# used by nim-beacon-chain/tests/simulation/start.sh
|
||||
|
|
Loading…
Reference in New Issue