VirtualBox

Changeset 31894 in vbox for trunk/src


Ignore:
Timestamp:
Aug 24, 2010 8:43:37 AM (14 years ago)
Author:
vboxsync
Message:

Windows installer: handle special characters in license file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/win/Makefile.kmk

    r31887 r31894  
    170170
    171171        $(REDIRECT) -a+to $$@ -- $(ECHO_EXT) -n '<String Id=\"LicenseText\">'
    172         $(REDIRECT) -a+to $$@ -- $(CAT_EXT) $(license_file)
     172        $(REDIRECT) -a+to $$@ -- $(SED) -e "s|<|\&lt;|g" -e "s|>|\&gt;|g" $(license_file)
    173173        $(APPEND) $$@ '</String>'
    174174
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