Changeset 58430 in vbox for trunk/src/VBox/HostDrivers/linux
- Timestamp:
- Oct 27, 2015 2:39:25 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 103688
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/linux/loadall.sh
r58325 r58430 16 16 # 17 17 18 # The below is GNU-specific. See VBox.sh for the longer Solaris/OS X version. 19 TARGET=`readlink -e -- "${0}"` || exit 1 18 TARGET=`readlink -e -- "${0}"` || exit 1 # The GNU-specific way. 20 19 MY_DIR="${TARGET%/[!/]*}" 21 20
Note:
See TracChangeset
for help on using the changeset viewer.