diff options
| author | Lorry Tar Creator <lorry-tar-importer@baserock.org> | 2014-03-26 19:21:20 +0000 |
|---|---|---|
| committer | <> | 2014-05-08 15:03:54 +0000 |
| commit | fb123f93f9f5ce42c8e5785d2f8e0edaf951740e (patch) | |
| tree | c2103d76aec5f1f10892cd1d3a38e24f665ae5db /src/VBox/HostDrivers/win | |
| parent | 58ed4748338f9466599adfc8a9171280ed99e23f (diff) | |
| download | VirtualBox-master.tar.gz | |
Imported from /home/lorry/working-area/delta_VirtualBox/VirtualBox-4.3.10.tar.bz2.HEADVirtualBox-4.3.10master
Diffstat (limited to 'src/VBox/HostDrivers/win')
| -rw-r--r-- | src/VBox/HostDrivers/win/cfg/VBoxDrvCfg.cpp | 2 | ||||
| -rwxr-xr-x | src/VBox/HostDrivers/win/load.sh | 6 | ||||
| -rwxr-xr-x | src/VBox/HostDrivers/win/loadall.sh | 2 |
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; |
