Do not output ed errors. - gopher-lawn - The gopher lawn gopher directory project.
 (HTM) git clone git://bitreich.org/gopher-lawn/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/gopher-lawn/
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Tags
       ---
 (DIR) commit 4c8c9553a0ad705a581491269d058a282b9547c3
 (DIR) parent 170e79c54fa671ef9d578a2823fcb6feb3377230
 (HTM) Author: Christoph Lohmann <20h@r-36.net>
       Date:   Mon, 22 Feb 2021 12:46:14 +0100
       
       Do not output ed errors.
       
       Diffstat:
         M lawn-update                         |       3 ++-
       
       1 file changed, 2 insertions(+), 1 deletion(-)
       ---
 (DIR) diff --git a/lawn-update b/lawn-update
       @@ -32,5 +32,6 @@ cd "${lawngit}"
        rm -f "${tmpfile}"
        
        cd ${lawnbase}
       -./mk-all
       +./mk-all 2>&1 >/dev/null
       +