
9 Jun
2014
9 Jun
'14
3:49 a.m.
On 06/06/14 17:58, Eric Blake wrote:
On 06/06/2014 09:27 AM, Peter Krempa wrote:
bhyveload and bhyvectl wouldn't be checked otherwise as the configure script wouldn't execute one of the tests:
checking for bhyve... /usr/local/sbin/bhyve checking for bhyvectl... /usr/local/sbin/bhyvectl checking for bhyveload... /usr/local/sbin/bhyveload ./configure: line 62602: test: too many arguments
Fix the shell statement testing the 3 binaries. --- m4/virt-driver-bhyve.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
ACK.
Pushed; Thanks. Peter