• Jan-Marek Glogowski's avatar
    Ignore grep return code for MSI builds · d526f5d7
    Jan-Marek Glogowski yazdı
    So "grep -v" returns != 0, if your input or output file is empty.
    which breaks the Jenkins build, because Jenkins runs scripts with
    -xe per default.
    
    The "strip comments" grep currently fails for the empty file
    instsetoo_native/inc_openoffice/windows/msi_templates/components.txt
    
    Change-Id: I53a477702dbcc3c00c4a23263c3b402cb936250a
    d526f5d7
CustomTarget_install.mk 4.87 KB