Changeset 16754 in vbox for trunk/src/VBox/HostDrivers
- Timestamp:
- Feb 14, 2009 2:46:21 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 42806
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/darwin/load.sh
r16719 r16754 129 129 130 130 if [ "$XNU_VERSION" -ge "10" ]; then 131 echo "${SCRIPT_NAME}.sh: loading $DIR... (kextutil $OPTS \"$DIR\")" 131 132 sudo kextutil $OPTS "$DIR" 132 133 else
Note:
See TracChangeset
for help on using the changeset viewer.