File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ _comp_cmd_ps()
6262 " $1 " --help
6363 " $1 " --help all
6464 } 2>/dev/null |
65- sed -e " s/, [A-Za-z],/,/" )" ||
65+ command sed -e " s/, [A-Za-z],/,/" )" ||
6666 _comp_compgen_usage
6767 fi
6868} &&
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ _comp_cmd_reportbug()
3333 ;;
3434 --tag | --ui | --interface | --type | --bts | --severity | --mode | -${noargopts} [TutBS])
3535 _comp_compgen_split -- " $( " $1 " " $prev " help 2>&1 |
36- sed -ne ' /^[[:space:]]/p' ) "
36+ command sed -ne ' /^[[:space:]]/p' ) "
3737 return
3838 ;;
3939 --editor | --mua | --mbox-reader-cmd | -${noargopts} e)
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ _comp_cmd_rsync()
6565 # meaning before v3.2.0) contain the following unusual line in
6666 # --help:
6767 # "(-h) --help show this help (-h is --help only if used alone)"
68- _comp_compgen -Rv tmp help - <<< " $(" $1 " --help 2>&1 | sed -e 's/^([^)]*)//')"
68+ _comp_compgen -Rv tmp help - <<< " $(" $1 " --help 2>&1 | command sed -e 's/^([^)]*)//')"
6969
7070 _comp_compgen -- -W ' "${tmp[@]}"
7171 --daemon --old-d{,irs}
You can’t perform that action at this time.
0 commit comments