Dynamic allocation for file descriptors used in ./build-host.sh
Visual studio code had an issue with file descriptors already used by the integrated terminal. This commit asks bash to dynamically assign a "free" file descriptor to be used in the expect function. Closes #135
Please register or sign in to comment