summaryrefslogtreecommitdiff
path: root/src/VBox/HostDrivers/win
diff options
context:
space:
mode:
Diffstat (limited to 'src/VBox/HostDrivers/win')
-rw-r--r--src/VBox/HostDrivers/win/cfg/VBoxDrvCfg.cpp2
-rwxr-xr-xsrc/VBox/HostDrivers/win/load.sh6
-rwxr-xr-xsrc/VBox/HostDrivers/win/loadall.sh2
3 files changed, 7 insertions, 3 deletions
diff --git a/src/VBox/HostDrivers/win/cfg/VBoxDrvCfg.cpp b/src/VBox/HostDrivers/win/cfg/VBoxDrvCfg.cpp
index 0173563d..6b7ebde5 100644
--- a/src/VBox/HostDrivers/win/cfg/VBoxDrvCfg.cpp
+++ b/src/VBox/HostDrivers/win/cfg/VBoxDrvCfg.cpp
@@ -3,7 +3,7 @@
* VBoxDrvCfg.cpp - Windows Driver Manipulation API implementation
*/
/*
- * Copyright (C) 2011 Oracle Corporation
+ * Copyright (C) 2011-2012 Oracle Corporation
*
* This file is part of VirtualBox Open Source Edition (OSE), as
* available from http://www.virtualbox.org. This file is free software;
diff --git a/src/VBox/HostDrivers/win/load.sh b/src/VBox/HostDrivers/win/load.sh
index 3e76d34b..0ae87d4f 100755
--- a/src/VBox/HostDrivers/win/load.sh
+++ b/src/VBox/HostDrivers/win/load.sh
@@ -4,7 +4,7 @@
#
#
-# Copyright (C) 2010-2011 Oracle Corporation
+# Copyright (C) 2010-2012 Oracle Corporation
#
# This file is part of VirtualBox Open Source Edition (OSE), as
# available from http://www.virtualbox.org. This file is free software;
@@ -15,6 +15,10 @@
# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
#
+if test -n "$Path" -a test -z "$PATH"; then
+ export PATH="$Path"
+fi
+
MY_DIR=`cd "${0}/.." && cmd /c cd | kmk_sed -e 's,\\\\,/,g' `
if [ ! -d "${MY_DIR}" ]; then
echo "Cannot find ${MY_DIR} or it's not a directory..."
diff --git a/src/VBox/HostDrivers/win/loadall.sh b/src/VBox/HostDrivers/win/loadall.sh
index 24743c04..446cd47d 100755
--- a/src/VBox/HostDrivers/win/loadall.sh
+++ b/src/VBox/HostDrivers/win/loadall.sh
@@ -4,7 +4,7 @@
#
#
-# Copyright (C) 2010-2011 Oracle Corporation
+# Copyright (C) 2010-2012 Oracle Corporation
#
# This file is part of VirtualBox Open Source Edition (OSE), as
# available from http://www.virtualbox.org. This file is free software;