From 5095a31f061ccfe4333fa5e4fcbb0fb4453864b6 Mon Sep 17 00:00:00 2001 From: Cheri Dawn Date: Mon, 21 Oct 2024 18:42:18 +0300 Subject: [PATCH] make stuff better --- doit | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doit b/doit index 36259b4..e5127ed 100755 --- a/doit +++ b/doit @@ -65,5 +65,5 @@ done [ -v doclean ] && rm -rfv output ||: [ -v dobuild ] && runbuild -[ -v dosync ] && runsync || true -[ -v dostats ] && dostats +[ -v dosync ] && runsync ||: +[ -v dostats ] && dostats ||: