While running on cygwin it crashed when it encountered a directory with spaces in it.
To remedy the problem I just changed cd $directory to cd "$directory" (2 times) and it runs fine.
Sigh. This is a little embarrassing, because I've specifically written about how to handle this problem.
Thanks for the report!!
Log in to post a comment.
Sigh. This is a little embarrassing, because I've specifically written about how to handle this problem.
Thanks for the report!!