VirtualBox

Changeset 40190 in vbox for trunk/src/VBox/Installer/solaris


Ignore:
Timestamp:
Feb 21, 2012 9:51:01 AM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
76354
Message:

Solaris/Installer Additions/Installer: set LC_ALL locale, fixes some reported issues with env LC_*.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/solaris/vboxconfig.sh

    r39782 r40190  
    1818# Never use exit 2 or exit 20 etc., the return codes are used in
    1919# SRv4 postinstall procedures which carry special meaning. Just use exit 1 for failure.
     20
     21# LC_ALL should take precedence over LC_* and LANG but whatever...
     22LC_ALL=C
     23export LC_ALL
    2024
    2125LANG=C
Note: See TracChangeset for help on using the changeset viewer.

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