Browse Source

[Fix #348] Clarify how GNU utilities are wrapped

master
Sorin Ionescu 12 years ago
parent
commit
6cd1f66cd4
  1. 4
      modules/gnu-utility/README.md

4
modules/gnu-utility/README.md

@ -7,8 +7,8 @@ Installing GNU utilities on non-GNU systems in `$PATH` without a prefix, i.e.
`ls` instead of `gls`, is not recommended since scripts that target other `ls` instead of `gls`, is not recommended since scripts that target other
utilities will be broken. utilities will be broken.
However, for interactive use, prefixed commands can be wrapped in their This module wraps GNU utilities in functions without a prefix for interactive
non-prefixed counterparts. use.
This module must be loaded **before** the *utility* module. This module must be loaded **before** the *utility* module.

Loading…
Cancel
Save