tests/histedit-helpers.sh
author Antonio Muci <a.mux@inwind.it>
Sat, 14 Apr 2018 18:23:57 +0200
changeset 37702 78c050eed395
parent 27350 890273343170
permissions -rw-r--r--
makefile: reformat .PHONY targets The list of make targets is likely to evolve over time. This reformats streamlines future patches.

fixbundle() {
    grep -v 'saving bundle' | grep -v 'saved backup' | \
        grep -v added | grep -v adding | \
        grep -v "unable to find 'e' for patching" | \
        grep -v "e: No such file or directory" | \
    cat
}