Changeset 31428 in vbox for trunk/src/VBox/Installer/solaris
- Timestamp:
- Aug 5, 2010 10:33:57 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 64493
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/solaris/vboxconfig.sh
r31425 r31428 103 103 find_bin_path() 104 104 { 105 if test -z "$1"; then 106 errorprint "missing argument to find_bin_path()" 107 exit 1 108 fi 109 105 110 binfilename=`basename $1` 106 111 binfilepath=`which $binfilename 2> /dev/null`
Note:
See TracChangeset
for help on using the changeset viewer.