mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-11-15 01:28:17 -07:00
Add Bash strict mode to bin/asdf
This commit is contained in:
parent
547357a1d5
commit
9eff4b00fe
2
bin/asdf
2
bin/asdf
@ -1,4 +1,6 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
set -o nounset -o pipefail -o errexit
|
||||||
|
IFS=$'\t\n' # Stricter IFS settings
|
||||||
|
|
||||||
# shellcheck source=lib/utils.sh
|
# shellcheck source=lib/utils.sh
|
||||||
source "$(dirname "$(dirname "$0")")/lib/utils.sh"
|
source "$(dirname "$(dirname "$0")")/lib/utils.sh"
|
||||||
|
Loading…
Reference in New Issue
Block a user