diff options
Diffstat (limited to 'install.sh')
-rwxr-xr-x | install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ if [ "$#" -ne 1 ]; then git submodule update --init --recursive # ensure mail directory exists - mkdir -p ~/.mail + mkdir -p ~/.mail/tharre3@gmail.com find . -maxdepth 1 ! -path . ! -name .git ! -name .gitmodules \ ! -name .gitignore ! -name .updated -name '.*' -exec "$0" {} \; |