Changeset 8838
- Timestamp:
- 05/15/08 11:54:57 (2 months ago)
- Files:
-
- trunk/src/VBox/HostDrivers/Support/darwin/load.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/VBox/HostDrivers/Support/darwin/load.sh
r8155 r8838 76 76 # so we might have to temporarily copy the driver to a local directory. 77 77 sudo chown -R root:wheel "$DIR" 78 OWNER=` stat -f "%u" "$DIR"`78 OWNER=`/usr/bin/stat -f "%u" "$DIR"` 79 79 if test "$OWNER" -ne 0; then 80 80 TMP_DIR=/tmp/loaddrv.tmp

