VirtualBox

Changeset 31428 in vbox for trunk/src/VBox/Installer/solaris


Ignore:
Timestamp:
Aug 5, 2010 10:33:57 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
64493
Message:

Solaris/Installer: Paranoia.

File:
1 edited

Legend:

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

    r31425 r31428  
    103103find_bin_path()
    104104{
     105    if test -z "$1"; then
     106        errorprint "missing argument to find_bin_path()"
     107        exit 1
     108    fi
     109   
    105110    binfilename=`basename $1`
    106111    binfilepath=`which $binfilename 2> /dev/null`
Note: See TracChangeset for help on using the changeset viewer.

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