]> git.donarmstrong.com Git - bin.git/commitdiff
fix syntax error in update lists
authorDon Armstrong <don@donarmstrong.com>
Sun, 14 Mar 2021 22:17:25 +0000 (15:17 -0700)
committerDon Armstrong <don@donarmstrong.com>
Sun, 14 Mar 2021 22:17:25 +0000 (15:17 -0700)
update_lists

index 6f7548f0b54750c272676b38bf2e33c539a581d4..3a3df8f4512ede8ecebc98973452234490bd3932 100755 (executable)
@@ -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;