Changeset 40190 in vbox for trunk/src/VBox/Installer/solaris
- Timestamp:
- Feb 21, 2012 9:51:01 AM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 76354
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/solaris/vboxconfig.sh
r39782 r40190 18 18 # Never use exit 2 or exit 20 etc., the return codes are used in 19 19 # 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... 22 LC_ALL=C 23 export LC_ALL 20 24 21 25 LANG=C
Note:
See TracChangeset
for help on using the changeset viewer.