diff options
| author | Kuba Tyszko | 2021-07-06 16:56:13 +0200 |
|---|---|---|
| committer | GitHub | 2021-07-06 16:56:13 +0200 |
| commit | acf7de7a52c16dd994305ce289e60e4894ff04d0 (patch) | |
| tree | c501475a4d37f066b51e6028e8c2152e21cc24ad /util/chibios_conf_updater.sh | |
| parent | 9ce680801574706a846de9aafe33cffbf5231509 (diff) | |
/bin/bash to /usr/bin/env bash (#13422)
Diffstat (limited to 'util/chibios_conf_updater.sh')
| -rwxr-xr-x | util/chibios_conf_updater.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/chibios_conf_updater.sh b/util/chibios_conf_updater.sh index 70bd80da1e..5ba8aa677b 100755 --- a/util/chibios_conf_updater.sh +++ b/util/chibios_conf_updater.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash set -eEuo pipefail umask 022 |