diff options
author | P. J. McDermott <pjm@nac.net> | 2013-10-26 18:10:10 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-10-26 18:10:10 (EDT) |
commit | eb343dde9118d0e7d026214ac3a513b6fbaf49c6 (patch) | |
tree | bb0e3ea758fc9857f41d9cb65158939de674cbbe /lib | |
parent | ba3e7518944a033ad0112085b2d7803006241209 (diff) |
lib/fd.sh: Add missing "use" commands.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/fd.sh | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -20,6 +20,9 @@ [ "x${_FD_SM+set}" = 'xset' ] && return 0 _FD_SM=1 +use output +use locale + _FD_MIN=3 # Shells and the file descriptors they reserve for the user: # * Debian Almquist Shell |