Add echo/printf and command/builtin considerations.
This commit is contained in:
parent
8caddc47cf
commit
40a83563fd
4
README
4
README
@ -431,6 +431,10 @@ guidelines in mind:
|
|||||||
Sending them to the developers list usually works too, but bits are more
|
Sending them to the developers list usually works too, but bits are more
|
||||||
likely to fall through the cracks that way compared to the tracker.
|
likely to fall through the cracks that way compared to the tracker.
|
||||||
|
|
||||||
|
- Use printf(1) instead of echo(1) for portability reasons, and be sure to
|
||||||
|
invoke commands that are often found aliased (such as ls or grep etc)
|
||||||
|
using the "command" (or "builtin") command as appropriate.
|
||||||
|
|
||||||
--
|
--
|
||||||
bash-completion developers
|
bash-completion developers
|
||||||
bash-completion-devel@lists.alioth.debian.org
|
bash-completion-devel@lists.alioth.debian.org
|
||||||
|
Loading…
x
Reference in New Issue
Block a user