Changeset 50054 in vbox for trunk/src/VBox/Installer/solaris
- Timestamp:
- Jan 10, 2014 5:47:57 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 91553
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/solaris/vboxconfig.sh
r49867 r50054 260 260 BRANCH_VERSION=STR_KERN_MAJOR 261 261 HOST_OS_MAJORVERSION=`echo "$BRANCH_VERSION" | cut -f2 -d'-' | cut -f1,2 -d'.'` 262 if test " HOST_OS_MAJORVERSION" = "5.12"; then262 if test "$HOST_OS_MAJORVERSION" = "5.12"; then 263 263 HOST_OS_MINORVERSION=`echo "$BRANCH_VERSION" | cut -f2 -d'-' | cut -f6 -d'.'` 264 264 return 0
Note:
See TracChangeset
for help on using the changeset viewer.