Permalink
Please sign in to comment.
Browse files
Open main .sh and libs outside the reserved descriptor range.
The shell should only use descriptors greater than 10. Users can use descriptors 3-9. Also: - Switch here-doc.test.sh to the new format.
- Loading branch information...
Showing
with
124 additions
and 36 deletions.
- +6 −7 bin/oil.py
- +17 −12 core/cmd_exec.py
- +3 −2 core/cmd_exec_test.py
- +19 −0 core/process.py
- +5 −0 gold/fd-lib.sh
- +4 −0 gold/fd-main.sh
- +70 −15 spec/here-doc.test.sh
| @@ -0,0 +1,5 @@ | ||
| #!/bin/bash | ||
| . gold/open-fds.sh | ||
| count_func | ||
| @@ -0,0 +1,4 @@ | ||
| #!/bin/bash | ||
| . gold/fd-lib.sh | ||
0 comments on commit
fb9db5c