Apply review suggestions

This commit is contained in:
Zahary Karadjov 2020-01-24 00:17:07 +02:00 committed by zah
parent f30604db28
commit 28de477f9e
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ LAST_VALIDATOR="$VALIDATORS_DIR/v$(printf '%07d' $LAST_VALIDATOR_NUM).deposit.js
build_beacon_node () {
OUTPUT_BIN=$1; shift
PARAMS="$NIMFLAGS $DEFS $*"
PARAMS="$NIMFLAGS $DEFS $@"
echo "Building $OUTPUT_BIN ($PARAMS)"
nim c -o:$OUTPUT_BIN $PARAMS beacon_chain/beacon_node
}