VirtualBox

Changeset 22227 in vbox for trunk/src/VBox/Installer


Ignore:
Timestamp:
Aug 13, 2009 10:02:08 AM (15 years ago)
Author:
vboxsync
Message:

Solaris/Installer: vboxconfig.sh minor tweak.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/solaris/vboxconfig.sh

    r22123 r22227  
    131131    idbin=/usr/xpg4/bin/id
    132132    if test ! -x "$idbin"; then
    133         found=`which id`
     133        found=`which id 2> /dev/null`
    134134        if test ! -x "$found"; then
    135135            errorprint "Failed to find a suitable user id executable."
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette