On Wed, Jun 13, 2007 at 08:10:36AM -0700, Benjamin Sergeant wrote: > For the shebang: > #!/usr/bin/env bash > should works well and should work on non-linux boxes that did not > added a link in /bin/bash. Ideally, the best thing to do is to change guilt to use /bin/sh. Right now, there are a number of bash-isms that are used. And if a system doesn't have /bin/sh, it doesn't deserve to run any useful software ;) Patches are welcomed ;) Josef "Jeff" Sipek. -- Reality is merely an illusion, albeit a very persistent one. - Albert Einstein - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html