VirtualBox

Changeset 8838 in vbox


Ignore:
Timestamp:
May 15, 2008 9:54:57 AM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
30850
Message:

Use absolute path to stat because gnu stat (e.g. from MacPorts) has a different switch for the format option.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/darwin/load.sh

    r8155 r8838  
    7676# so we might have to temporarily copy the driver to a local directory.
    7777sudo chown -R root:wheel "$DIR"
    78 OWNER=`stat -f "%u" "$DIR"`
     78OWNER=`/usr/bin/stat -f "%u" "$DIR"`
    7979if test "$OWNER" -ne 0; then
    8080    TMP_DIR=/tmp/loaddrv.tmp
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