Changeset 22227 in vbox for trunk/src/VBox/Installer
- Timestamp:
- Aug 13, 2009 10:02:08 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/solaris/vboxconfig.sh
r22123 r22227 131 131 idbin=/usr/xpg4/bin/id 132 132 if test ! -x "$idbin"; then 133 found=`which id `133 found=`which id 2> /dev/null` 134 134 if test ! -x "$found"; then 135 135 errorprint "Failed to find a suitable user id executable."
Note:
See TracChangeset
for help on using the changeset viewer.