VirtualBox

Changeset 8838

Show
Ignore:
Timestamp:
05/15/08 11:54:57 (2 months ago)
Author:
vboxsync
Message:

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

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 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 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy