updated check_shell_commands_dash_protections.sh

pull/16/head
Hari Sekhon 2 years ago
parent 0318e32e6a
commit 505a085d98

@ -35,7 +35,7 @@ help_usage "$@"
check(){
local cmd="$1"
command git grep -E "\\<$cmd[[:space:]]+" |
command git grep -E "^[^#]*\\<$cmd[[:space:]]+" |
grep -v -e '--' \
-e "${0##*/}:" \
-e '\.gitconfig:' \

Loading…
Cancel
Save