X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=update_lists;h=3a3df8f4512ede8ecebc98973452234490bd3932;hb=dcbcee937ad71e91417e60b4288f7396ee7a93f6;hp=6f7548f0b54750c272676b38bf2e33c539a581d4;hpb=545019c05c8bc7e417b78396d1aa44b49781e9e0;p=bin.git 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;