From 6cd1f66cd42b2afe04461d05907354615ebacabb Mon Sep 17 00:00:00 2001 From: Sorin Ionescu Date: Thu, 20 Dec 2012 19:11:17 -0500 Subject: [PATCH] [Fix #348] Clarify how GNU utilities are wrapped --- modules/gnu-utility/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/gnu-utility/README.md b/modules/gnu-utility/README.md index b0dc1eed..b3b6ded1 100644 --- a/modules/gnu-utility/README.md +++ b/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 utilities will be broken. -However, for interactive use, prefixed commands can be wrapped in their -non-prefixed counterparts. +This module wraps GNU utilities in functions without a prefix for interactive +use. This module must be loaded **before** the *utility* module.