summaryrefslogtreecommitdiffstats
path: root/lib/fd.sh
diff options
context:
space:
mode:
authorP. 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)
commiteb343dde9118d0e7d026214ac3a513b6fbaf49c6 (patch)
treebb0e3ea758fc9857f41d9cb65158939de674cbbe /lib/fd.sh
parentba3e7518944a033ad0112085b2d7803006241209 (diff)
lib/fd.sh: Add missing "use" commands.
Diffstat (limited to 'lib/fd.sh')
-rw-r--r--lib/fd.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/fd.sh b/lib/fd.sh
index 95d68b6..e39d176 100644
--- a/lib/fd.sh
+++ b/lib/fd.sh
@@ -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