USE_SYSTEM_NIM: print message to stderr

This commit is contained in:
Ștefan Talpalaru 2020-10-14 01:25:15 +02:00
parent c278412dbf
commit 92e5042667
No known key found for this signature in database
GPG Key ID: CBF7934204F1B6F9
1 changed files with 1 additions and 1 deletions

View File

@ -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