VirtualBox

Ignore:
Timestamp:
Oct 20, 2015 8:39:37 AM (9 years ago)
Author:
vboxsync
Message:

Installers/linux: cleaner script for getting shell script location folders.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/linux/installer/autorun.sh

    r36759 r58324  
    2727fi
    2828
     29# The below is GNU-specific.  See VBox.sh for the longer Solaris/OS X version.
     30TARGET=`readlink -e -- "${0}"` || exit 1
     31path="${TARGET%/[!/]*}"
    2932# 32-bit or 64-bit?
    30 path=`dirname $0`
    3133case `uname -m` in
    3234  i[3456789]86|x86|i86pc)
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette