I'm getting the `Insecure world writable dir` error from `git_cwd_info` anytime I'm on an external volume. For now, I have just changed the hashbang to `#!/usr/bin/env ruby -W0`. I'm assuming this won't cause any problems? Is there a better way to fix it?
I'm getting the
Insecure world writable direrror fromgit_cwd_infoanytime I'm on an external volume.For now, I have just changed the hashbang to
#!/usr/bin/env ruby -W0. I'm assuming this won't cause any problems? Is there a better way to fix it?