mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-11-15 01:28:17 -07:00
Add source
to list of banned commands
This commit is contained in:
parent
156a82cc49
commit
5ca750edb2
@ -22,6 +22,8 @@ banned_commands=(
|
||||
echo
|
||||
# Process substitution isn't POSIX compliant and cause trouble
|
||||
"<("
|
||||
# source isn't POSIX compliant. . behaves the same and is POSIX compliant
|
||||
source
|
||||
)
|
||||
|
||||
setup() {
|
||||
|
Loading…
Reference in New Issue
Block a user