Date: prev next · Thread: first prev next last
2010 Archives by date, by thread · List index


Here is a bigger one, I forgot to compress it before, sorry to separate them.

* 0002-replace-all-tabs-with-4-spaces.patch

    Wide influence, I replace all tabs in the script to 4 space characters
    with bash. Not fully tested, I am not quite sure how to fully verify these
    are safe or not. The script I used is:

    cat /tmp/tabs.auto.filelist.txt | \
    while read fn; do
        cat $fn > /tmp/tabfile;
        cat /tmp/tabfile | sed 's/      /    /' > /tmp/notabfile;
        cat /tmp/notabfile > $fn;
    done

    where the tabs.auto.filelst.txt is the file list containing tabs. I also
    have this file attached.
    

Attachment: 0002-replace-all-tabs-with-4-spaces.patch.gz
Description: GNU Zip compressed data


Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.