Do not output ed errors. - gopher-lawn - The gopher lawn gopher directory proje… | |
git clone git://bitreich.org/gopher-lawn/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhf… | |
Log | |
Files | |
Refs | |
Tags | |
--- | |
commit 4c8c9553a0ad705a581491269d058a282b9547c3 | |
parent 170e79c54fa671ef9d578a2823fcb6feb3377230 | |
Author: Christoph Lohmann <[email protected]> | |
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(-) | |
--- | |
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 | |
+ | |