VirtualBox

Opened 16 years ago

Closed 16 years ago

#1674 closed defect (fixed)

configure fails on Solaris

Reported by: Vladimir Marek Owned by:
Component: other Version: VirtualBox 1.6.2
Keywords: solaris configure test sh Cc:
Guest type: other Host type: other

Description

configure, line 175:

test -n "$retval" -a -e "$retval"

However -e is not valid parameter for test for /bin/sh. I would recommend using -x instead of -e. -x is supported across sh, bash, ksh and csh (and probably others). Also 'which' is supposed to find binary, so testing for executable bit should not be a problem.

Thank you

--

Vlad

Change History (1)

comment:1 by Klaus Espenlaub, 16 years ago

Resolution: fixed
Status: newclosed

That bug (it should'e always been -x as -e is doing something different) is foixed in the current OSE svn tree.

Note: See TracTickets for help on using tickets.

© 2023 Oracle
ContactPrivacy policyTerms of Use