From dcbcee937ad71e91417e60b4288f7396ee7a93f6 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Sun, 14 Mar 2021 15:17:25 -0700 Subject: [PATCH] fix syntax error in update lists --- update_lists | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update_lists b/update_lists index 6f7548f..3a3df8f 100755 --- a/update_lists +++ b/update_lists @@ -14,4 +14,4 @@ for maildir in Maildir Mail; do find . -maxdepth 1 -mindepth 1 -type l -iname '.*' -not -xtype d -delete; ); exit 0; -fi; +done; -- 2.39.2