Changeset 50252 in vbox for trunk/src/VBox/Installer
- Timestamp:
- Jan 28, 2014 12:22:32 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/solaris/vboxconfig.sh
r50055 r50252 258 258 # STR_KERN_MAJOR is now of the format "5.12-5.12.0.0.0.9.1.3.0:20121012T032837Z" with '9' representing 259 259 # the build number. 260 BRANCH_VERSION= STR_KERN_MAJOR260 BRANCH_VERSION=$STR_KERN_MAJOR 261 261 HOST_OS_MAJORVERSION=`echo "$BRANCH_VERSION" | cut -f2 -d'-' | cut -f1,2 -d'.'` 262 262 if test "$HOST_OS_MAJORVERSION" = "5.12"; then
Note:
See TracChangeset
for help on using the changeset viewer.