Searched refs:DRVFILE (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/HostDrivers/Support/solaris/
H A Dload.sh31 DRVFILE=`dirname "$0"`
32 DRVFILE=`cd "$DRVFILE" && pwd`
33 DRVFILE="$DRVFILE/$DRVNAME"
34 if [ ! -f "$DRVFILE" ]; then
35 echo "load.sh: Cannot find $DRVFILE or it's not a file..."
38 if [ ! -f "$DRVFILE.conf" ]; then
39 echo "load.sh: Cannot find $DRVFILE.conf or it's not a file..."
86 $SUDO cp "${DRVFILE}" /platfor
[all...]

Completed in 58 milliseconds