VirtualBox

Changeset 30006 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Jun 3, 2010 7:02:37 AM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
62313
Message:

VBoxShell: typo.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxShell/vboxshell.py

    r29848 r30006  
    28262826def getHomeFolder(ctx):
    28272827    if ctx['remote'] or ctx['vb'] is None:
    2828         if 'VBOX_USER_HOME' is os.environ:
     2828        if 'VBOX_USER_HOME' in os.environ:
    28292829            return os.path.join(os.environ['VBOX_USER_HOME'])
    28302830        return os.path.join(os.path.expanduser("~"), ".VirtualBox")
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