updated check_shell_commands_dash_protections.sh

pull/16/head
Hari Sekhon 2 years ago
parent 99c20487ce
commit 98406d46f2

@ -37,7 +37,8 @@ check(){
local cmd="$1"
command git grep -E "\\<$cmd[[:space:]]+" |
grep -v -e '--' \
-e "${0##*/}"
-e "${0##*/}" \
-e '\.conf:'
}
for cmd in cp mv ln; do

Loading…
Cancel
Save