mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-02-12 22:46:59 +00:00
The shell expansion syntax used in the run_node script was not handled properly by the bash shell shipped with macOS. In particular, it was not able to handle range expressions involving interpolated vars: cp foo/{$FIRST_INDEX..$LAST_INDEX} ...