From 5e62df5ad586d3b51b6f71d397620909296c5b00 Mon Sep 17 00:00:00 2001 From: Zahary Karadjov Date: Mon, 15 Nov 2021 13:48:19 +0200 Subject: [PATCH] /bin/bash -> /usr/bin/env bash (needed on NixOS) --- docker/dist/entry_point.sh | 2 +- run-mainnet-beacon-node.sh | 2 +- run-prater-beacon-node.sh | 2 +- run-pyrmont-beacon-node.sh | 2 +- scripts/launch_local_testnet.sh | 2 +- scripts/make_dist.sh | 2 +- scripts/run-beacon-node.sh | 2 +- scripts/setup_scenarios.sh | 2 +- tests/simulation/run_node.sh | 2 +- tests/simulation/run_validator.sh | 2 +- tests/simulation/start-in-tmux.sh | 2 +- tests/simulation/start.sh | 2 +- tests/simulation/vars.sh | 2 +- vendor/nim-eth2-scenarios | 2 +- vendor/nimbus-benchmarking | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) diff --git a/docker/dist/entry_point.sh b/docker/dist/entry_point.sh index ce4c31bc9..0841c1351 100755 --- a/docker/dist/entry_point.sh +++ b/docker/dist/entry_point.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Copyright (c) 2020-2021 Status Research & Development GmbH. Licensed under # either of: diff --git a/run-mainnet-beacon-node.sh b/run-mainnet-beacon-node.sh index d4a204b8f..180df0024 100755 --- a/run-mainnet-beacon-node.sh +++ b/run-mainnet-beacon-node.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Copyright (c) 2020-2021 Status Research & Development GmbH. Licensed under # either of: diff --git a/run-prater-beacon-node.sh b/run-prater-beacon-node.sh index bf89f8d9a..3c8323a94 100755 --- a/run-prater-beacon-node.sh +++ b/run-prater-beacon-node.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Copyright (c) 2020-2021 Status Research & Development GmbH. Licensed under # either of: diff --git a/run-pyrmont-beacon-node.sh b/run-pyrmont-beacon-node.sh index 586ee05f5..82ae464a0 100755 --- a/run-pyrmont-beacon-node.sh +++ b/run-pyrmont-beacon-node.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Copyright (c) 2020-2021 Status Research & Development GmbH. Licensed under # either of: diff --git a/scripts/launch_local_testnet.sh b/scripts/launch_local_testnet.sh index 64183d928..05d60d4b9 100755 --- a/scripts/launch_local_testnet.sh +++ b/scripts/launch_local_testnet.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Copyright (c) 2020-2021 Status Research & Development GmbH. Licensed under # either of: diff --git a/scripts/make_dist.sh b/scripts/make_dist.sh index ac3f83b2c..f8a229e12 100755 --- a/scripts/make_dist.sh +++ b/scripts/make_dist.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Copyright (c) 2020-2021 Status Research & Development GmbH. Licensed under # either of: diff --git a/scripts/run-beacon-node.sh b/scripts/run-beacon-node.sh index 5b30e2e56..016a66ca8 100755 --- a/scripts/run-beacon-node.sh +++ b/scripts/run-beacon-node.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Copyright (c) 2020-2021 Status Research & Development GmbH. Licensed under # either of: diff --git a/scripts/setup_scenarios.sh b/scripts/setup_scenarios.sh index fe5382ab2..d2a3172be 100755 --- a/scripts/setup_scenarios.sh +++ b/scripts/setup_scenarios.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Copyright (c) 2018-2019 Status Research & Development GmbH. Licensed under # either of: diff --git a/tests/simulation/run_node.sh b/tests/simulation/run_node.sh index ae92e5338..5c2200851 100755 --- a/tests/simulation/run_node.sh +++ b/tests/simulation/run_node.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash set -e diff --git a/tests/simulation/run_validator.sh b/tests/simulation/run_validator.sh index 3ffdc5d04..ab80ba0c4 100755 --- a/tests/simulation/run_validator.sh +++ b/tests/simulation/run_validator.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash set -e diff --git a/tests/simulation/start-in-tmux.sh b/tests/simulation/start-in-tmux.sh index c6fdf7397..d37894bf7 100755 --- a/tests/simulation/start-in-tmux.sh +++ b/tests/simulation/start-in-tmux.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash set -eo pipefail diff --git a/tests/simulation/start.sh b/tests/simulation/start.sh index add40cb60..e76b4cbac 100755 --- a/tests/simulation/start.sh +++ b/tests/simulation/start.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash set -eo pipefail diff --git a/tests/simulation/vars.sh b/tests/simulation/vars.sh index 15737c7a2..d817eebe3 100644 --- a/tests/simulation/vars.sh +++ b/tests/simulation/vars.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # https://github.com/koalaman/shellcheck/wiki/SC2034 # shellcheck disable=2034 diff --git a/vendor/nim-eth2-scenarios b/vendor/nim-eth2-scenarios index 2d883b5db..25ad5ba51 160000 --- a/vendor/nim-eth2-scenarios +++ b/vendor/nim-eth2-scenarios @@ -1 +1 @@ -Subproject commit 2d883b5db986a9d32b272f3a9a6c73b666d5d41e +Subproject commit 25ad5ba51ce0fb956dd0140ad30b129d2e6e5541 diff --git a/vendor/nimbus-benchmarking b/vendor/nimbus-benchmarking index 00e0188b8..dff3634b5 160000 --- a/vendor/nimbus-benchmarking +++ b/vendor/nimbus-benchmarking @@ -1 +1 @@ -Subproject commit 00e0188b805772ce5efd7113e615332cda461865 +Subproject commit dff3634b5d843f9b63425086f1b13245e26b6177