/bin/bash -> /usr/bin/env bash (needed on NixOS)
This commit is contained in:
parent
b4d27b36bc
commit
5e62df5ad5
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# Copyright (c) 2020-2021 Status Research & Development GmbH. Licensed under
|
# Copyright (c) 2020-2021 Status Research & Development GmbH. Licensed under
|
||||||
# either of:
|
# either of:
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# Copyright (c) 2020-2021 Status Research & Development GmbH. Licensed under
|
# Copyright (c) 2020-2021 Status Research & Development GmbH. Licensed under
|
||||||
# either of:
|
# either of:
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# Copyright (c) 2020-2021 Status Research & Development GmbH. Licensed under
|
# Copyright (c) 2020-2021 Status Research & Development GmbH. Licensed under
|
||||||
# either of:
|
# either of:
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# Copyright (c) 2020-2021 Status Research & Development GmbH. Licensed under
|
# Copyright (c) 2020-2021 Status Research & Development GmbH. Licensed under
|
||||||
# either of:
|
# either of:
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# Copyright (c) 2020-2021 Status Research & Development GmbH. Licensed under
|
# Copyright (c) 2020-2021 Status Research & Development GmbH. Licensed under
|
||||||
# either of:
|
# either of:
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# Copyright (c) 2020-2021 Status Research & Development GmbH. Licensed under
|
# Copyright (c) 2020-2021 Status Research & Development GmbH. Licensed under
|
||||||
# either of:
|
# either of:
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# Copyright (c) 2020-2021 Status Research & Development GmbH. Licensed under
|
# Copyright (c) 2020-2021 Status Research & Development GmbH. Licensed under
|
||||||
# either of:
|
# either of:
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# Copyright (c) 2018-2019 Status Research & Development GmbH. Licensed under
|
# Copyright (c) 2018-2019 Status Research & Development GmbH. Licensed under
|
||||||
# either of:
|
# either of:
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
set -eo pipefail
|
set -eo pipefail
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
set -eo pipefail
|
set -eo pipefail
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# https://github.com/koalaman/shellcheck/wiki/SC2034
|
# https://github.com/koalaman/shellcheck/wiki/SC2034
|
||||||
# shellcheck disable=2034
|
# shellcheck disable=2034
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 2d883b5db986a9d32b272f3a9a6c73b666d5d41e
|
Subproject commit 25ad5ba51ce0fb956dd0140ad30b129d2e6e5541
|
|
@ -1 +1 @@
|
||||||
Subproject commit 00e0188b805772ce5efd7113e615332cda461865
|
Subproject commit dff3634b5d843f9b63425086f1b13245e26b6177
|
Loading…
Reference in New Issue