Add source to list of banned commands

This commit is contained in:
Trevor Brown 2021-03-11 16:38:34 -05:00 committed by Trevor Brown
parent 156a82cc49
commit 5ca750edb2

View File

@ -22,6 +22,8 @@ banned_commands=(
echo echo
# Process substitution isn't POSIX compliant and cause trouble # Process substitution isn't POSIX compliant and cause trouble
"<(" "<("
# source isn't POSIX compliant. . behaves the same and is POSIX compliant
source
) )
setup() { setup() {