Travis Boucher wrote:
Another note, something I see in tango and I don't know why I didn't think about it before.If you want to require bash, use: #!/usr/bin/env bash instead of #!/bin/bash #!/usr/bin/bash
Sadly, env may be in /bin/ or /usr/bin/. Andrei