summaryrefslogtreecommitdiffstats
path: root/src/fd.sh
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2021-01-04 16:40:55 (EST)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2021-01-04 18:48:27 (EST)
commit9ab3a2c1745a3271820d32842d991ea44bbb9c18 (patch)
tree5d3f81f17a768e103f54c9ae3ad01b19099dff56 /src/fd.sh
parente46bb3d90eec381d33f3280e6caad8a87b0eeddc (diff)
cmd/build: Fix redirection syntax error
Fixes: src/cmd/build.sh: 199: src/cmd/build.sh: Syntax error: word unexpected (expecting "}")
Diffstat (limited to 'src/fd.sh')
-rw-r--r--src/fd.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fd.sh b/src/fd.sh
index b929dfa..387e17c 100644
--- a/src/fd.sh
+++ b/src/fd.sh
@@ -18,7 +18,8 @@
# along with the ProteanOS Development Kit. If not, see
# <http://www.gnu.org/licenses/>.
-_FD_MIN=3
+# FD 3 is available as a temporary FD.
+_FD_MIN=4
# Shells and the file descriptors they reserve for the user:
# * Debian Almquist Shell
# - The shell doesn't understand any file descriptor greater than 9.