On Mon, Apr 21, 2008 at 4:43 PM, Tzafrir Cohen <[EMAIL PROTECTED]> wrote:
> On Mon, Apr 21, 2008 at 02:05:23PM -0400, Dylan Garrett wrote: > > > One issue that I see that you should fix (though it won't affect your > > results): > > #bin/bash! > > Should be: > > #!/usr/bin/bash > > /usr/bin/bash? where? /bin/bash > > > Or better yet: > > #!/usr/bin/env bash > > Or simpler: > > #!/bin/sh > > -- > Tzafrir Cohen | [EMAIL PROTECTED] | VIM is > http://tzafrir.org.il | | a Mutt's > [EMAIL PROTECTED] | | best > ICQ# 16849754 | | friend > Oh, duh. Of course bash isn't in /usr/bin. I guess I forgot my linux for a second. :P Thanks for fixing my mistake. And sorry to Damon.

