VirtualBox

Changeset 45825 in vbox for trunk/src/VBox/HostDrivers


Ignore:
Timestamp:
Apr 29, 2013 7:43:17 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
85394
Message:

win/load.sh: Not all shells set 'Path'. TCC v15.01.40 doesn't even if it's mixed cased in the original environment (cmd.exe at least).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/win/load.sh

    r44528 r45825  
    1515# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    1616#
     17
     18if test -n "$Path" -a test -z "$PATH"; then
     19    export PATH="$Path"
     20fi
    1721
    1822MY_DIR=`cd "${0}/.." && cmd /c cd | kmk_sed -e 's,\\\\,/,g' `
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette