Changeset 76125 in vbox for trunk/src/VBox/HostDrivers/linux
- Timestamp:
- Dec 10, 2018 2:06:15 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 127367
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/linux/export_modules.sh
r75580 r76125 207 207 208 208 # If we are exporting to a folder then stop now. 209 test - n "SFOLDER" &&exit 0209 test -z "$FOLDER" || exit 0 210 210 211 211 # Do a test build
Note:
See TracChangeset
for help on using the changeset viewer.