mirror of
https://github.com/status-im/nimbus-build-system.git
synced 2025-02-20 16:18:18 +00:00
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…
x
Reference in New Issue
Block a user