From: Don Armstrong Date: Sun, 14 Mar 2021 22:17:25 +0000 (-0700) Subject: fix syntax error in update lists X-Git-Url: https://git.donarmstrong.com/?p=bin.git;a=commitdiff_plain;h=dcbcee937ad71e91417e60b4288f7396ee7a93f6 fix syntax error in update lists --- 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;