Changeset 58324 in vbox for trunk/src/VBox/Additions/linux/installer
- Timestamp:
- Oct 20, 2015 8:39:37 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/installer/autorun.sh
r36759 r58324 27 27 fi 28 28 29 # The below is GNU-specific. See VBox.sh for the longer Solaris/OS X version. 30 TARGET=`readlink -e -- "${0}"` || exit 1 31 path="${TARGET%/[!/]*}" 29 32 # 32-bit or 64-bit? 30 path=`dirname $0`31 33 case `uname -m` in 32 34 i[3456789]86|x86|i86pc)
Note:
See TracChangeset
for help on using the changeset viewer.