Skip to content

Commit

Permalink
Copy UART fix from master
Browse files Browse the repository at this point in the history
  • Loading branch information
churchers committed Jan 13, 2020
1 parent 555af6a commit 4c2fce2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lib/vm-base
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
# IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
# POSSIBILITY OF SUCH DAMAGE.

VERSION=1.3-devel
VERSION_INT=103101
VERSION=1.4.1
VERSION_INT=104001
VERSION_BSD=$(uname -K)
PATH=${PATH}:/bin:/usr/bin:/usr/local/bin:/sbin:/usr/sbin:/usr/local/sbin

Expand Down
2 changes: 1 addition & 1 deletion lib/vm-run
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ vm::run(){
${_devices} \
${_iso_dev} \
${_comstring} \
${_name} >>"${_logpath}" 2>&1
${_name} 2>"${_logpath}"

# get bhyve exit code
_exit=$?
Expand Down

0 comments on commit 4c2fce2

Please sign in to comment.